From owner-freebsd-current Fri Jan 8 03:29:44 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA10025 for freebsd-current-outgoing; Fri, 8 Jan 1999 03:29:44 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from gw1.pl.cp (redion.nttmcl.com [216.69.69.40]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA10020 for ; Fri, 8 Jan 1999 03:29:42 -0800 (PST) (envelope-from astralblue@usa.net) Received: from localhost (gene@localhost) by gw1.pl.cp (8.9.1/8.9.1) with SMTP id DAA06974; Fri, 8 Jan 1999 03:28:07 -0800 (PST) (envelope-from astralblue@usa.net) X-Authentication-Warning: gw1.pl.cp: gene owned process doing -bs Date: Fri, 8 Jan 1999 03:28:07 -0800 (PST) From: "Eugene M. Kim" X-Sender: gene@gw1.pl.cp To: Alex Le Heux cc: freebsd-current@FreeBSD.ORG Subject: Re: freeze when trying to mount FAT32 In-Reply-To: <3695694C.309A63E4@funk.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I had the same problem today; do you statically comple MSDOS filesystem into your kernel? If not, as in my case, you must rebuild /modules/msdos.ko before mounting any FAT32 filesystem: cd /usr/src/sys/modules/msdos MAKEOBJDIRPREFIX=/usr/obj/`objformat` ; export MAKEOBJDIRPREFIX make clean cleandepend make obj make depend all install Hope this helps, Eugene On Fri, 8 Jan 1999, Alex Le Heux wrote: | Hi, | | When I try "mount -t msdos /dev/wd0s1 /msdos" on a FAT32 filesystem, it | sits there for about 10 seconds, after which the system freezes. No | response, no ddb, nothing. | | Even when I ^C it after a second or so, the system still freezes about | 10 seconds later. (just enough time to type sync :-) | | This is on a current system that I cvsupped about 4 hours ago. | | Alex -- Eugene M. Kim "Is your music unpopular? Make it popular; make music which people like, or make people who like your music." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message