From owner-freebsd-current Fri Jan 8 08:56:20 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA19200 for freebsd-current-outgoing; Fri, 8 Jan 1999 08:56:20 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from mail.rdc1.nj.home.com (ha1.rdc1.nj.home.com [24.3.128.66]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA19190 for ; Fri, 8 Jan 1999 08:56:18 -0800 (PST) (envelope-from damascus@eden.rutgers.edu) Received: from athena ([24.3.219.36]) by mail.rdc1.nj.home.com (InterMail v4.0 201-221-107) with SMTP id <19990108165548.OTKZ2583.mail.rdc1.nj.home.com@athena>; Fri, 8 Jan 1999 08:55:48 -0800 Message-Id: <4.1.19990108113447.00b8d220@email.eden.rutgers.edu> X-Sender: damascus@email.eden.rutgers.edu X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1 Date: Fri, 08 Jan 1999 11:37:48 -0500 To: Alex Le Heux , freebsd-current@FreeBSD.ORG From: Carroll Kong Subject: Re: freeze when trying to mount FAT32 In-Reply-To: <3695694C.309A63E4@funk.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 03:11 AM 1/8/99 +0100, 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 > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-current" in the body of the message 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. -Carroll Kong To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message