Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Jan 1999 04:53:40 +1100
From:      Bruce Evans <bde@zeta.org.au>
To:        alexlh@funk.org, damascus@eden.rutgers.edu, freebsd-current@FreeBSD.ORG
Subject:   Re: freeze when trying to mount FAT32
Message-ID:  <199901081753.EAA21909@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>This happened to me a few times in current.  Seemed to happen to me only if
>I accidentally typed in mount /dev/wd0s1 /msdos first.  (this was not
>fat32.. but still i got the lock up).  And then i typed in mount -t msdos
>/dev/wd0s1 /msdos.. and it froze.  hardlock.  mount_msdos /dev/wd0s1 /msdos
>the first time always seems to work for me.

vfsload() still execs /sbin/modload to load an LKM.  This should fail,
because -current doesn't have any LKMs.  Everyone should have removed
the old ones a week or so ago when they stopped being installed.  LKMs
and modules are only valid when compiled with the same headers as the
kernel.

Bruce

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199901081753.EAA21909>