From owner-freebsd-current Fri Jan 8 11:08:36 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA09299 for freebsd-current-outgoing; Fri, 8 Jan 1999 11:08:36 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.26.10.9]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA09291 for ; Fri, 8 Jan 1999 11:08:33 -0800 (PST) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id EAA21909; Sat, 9 Jan 1999 04:53:40 +1100 Date: Sat, 9 Jan 1999 04:53:40 +1100 From: Bruce Evans Message-Id: <199901081753.EAA21909@godzilla.zeta.org.au> To: alexlh@funk.org, damascus@eden.rutgers.edu, freebsd-current@FreeBSD.ORG Subject: Re: freeze when trying to mount FAT32 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >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