From owner-freebsd-stable Sat May 9 22:25:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA16013 for freebsd-stable-outgoing; Sat, 9 May 1998 22:25:10 -0700 (PDT) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from white.carrot.kansai.oki.co.jp (okigate.oki.co.jp [202.226.91.194]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA16002 for ; Sat, 9 May 1998 22:25:05 -0700 (PDT) (envelope-from hyama@acm.org) Received: from acm.org (pudding.carrot.kansai.oki.co.jp [10.173.3.47]) by white.carrot.kansai.oki.co.jp (8.8.7/3.5Wpl7) with ESMTP id OAA09090; Sun, 10 May 1998 14:24:49 +0900 (JST) Message-ID: <35553A17.D283046C@acm.org> Date: Sun, 10 May 1998 14:24:39 +0900 From: Hideki Yamamoto X-Mailer: Mozilla 4.03 [en] (Win95; I) MIME-Version: 1.0 To: Ugo Paternostro CC: freebsd-stable@FreeBSD.ORG Subject: Re: mount_msdos and msdosfs for VFAT/FAT32 access References: Content-Type: text/plain; charset=iso-2022-jp Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk Hi, Ugo Paternostro wrote: > On 08-May-98 Joao Carlos Mendes Luis wrote about "Re: mount_msdos and msdosfs > for VFAT/FAT32 access": > > I also find a problem with some vfs*(3) function. Try doing a mount -p > > on your system after mounting some VFAT/FAT32 partition. Anybody else > > see something wrong ? > > Do you mean those "none"? > > ugo@pegasus:~ [0]> mount -p > [...omissis...] > /dev/wd0s1 /mnt/dos none rw 0 0 > ^^^^^^ > /dev/wd0s2 /mnt/windows95 none rw 0 0 > ^^^^^^ > /dev/wd0s5 /mnt/limbo none rw 0 0 > ^^^^^^ > /dev/wd2s1 /mnt/xchange_1 none rw 0 0 > ^^^^^^ > [...omissis...] Thank you for your testing.I also saw the two problems as Jonny said: (1) mount -p prints "none" type without any error message. (2) the mounted MSDOS file systems cannot sometimes unmounted. I have two VFAT partitions on one IDE drive. One can be unmounted correctly with 'umount /dos', but the other cannot be unmounted with "Device busy" message after 'umount /dos-d.' When typing 'umount /dos-d' before 'umount /dos', the result is the same as the above. /dos-d cannot be unmounted with "Device busy." I call it "un-unmount problem." I have not seen the un-unmount problem on a floppy device.:-) Do -stable users see the same problems, especially on removable medias? Don't -current users see the same problems? Thanks, Hideki Yamamoto (hyama@acm.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message