Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Jun 2003 09:27:16 +0200
From:      Alexander Leidinger <Alexander@Leidinger.net>
To:        Scott Long <scott_long@btc.adaptec.com>
Cc:        current@freebsd.org
Subject:   Re: 5.1-RELEASE TODO
Message-ID:  <20030602092716.1149ed90.Alexander@Leidinger.net>
In-Reply-To: <3EDA3BFA.1020602@btc.adaptec.com>
References:  <200306011300.h51D0DMH042667@fledge.watson.org> <20030601165406.20550ba0.Alexander@Leidinger.net> <3EDA3BFA.1020602@btc.adaptec.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 01 Jun 2003 11:46:34 -0600
Scott Long <scott_long@btc.adaptec.com> wrote:

> I've mounted many MSDOS filesystems recently without problems.  Do have
> any other information about this?  Did you verify that there were no
> open vnodes on the filesystem?

Simply mounting, reading and umount the fs works:
---snip---
Monday, 02. June 2003, 09:15:01
{0} <FreeBSD 5.1-BETA> [Magelan:~]
(1) root@ttyv0 # mount_msdosfs -l -u netchild /dev/ad1s1 /mnt

Monday, 02. June 2003, 09:15:56
{0} <FreeBSD 5.1-BETA> [Magelan:~]
(2) root@ttyv0 # du -hd0 /mnt
 22G    /mnt

Monday, 02. June 2003, 09:16:26
{0} <FreeBSD 5.1-BETA> [Magelan:~]
(3) root@ttyv0 # umount /mnt
---snip---


This is the problem case:
---snip---
Monday, 02. June 2003, 09:16:31
{0} <FreeBSD 5.1-BETA> [Magelan:~]
(4) root@ttyv0 # mount_msdosfs -l -u netchild /dev/ad1s1 /mnt

Monday, 02. June 2003, 09:16:40
{0} <FreeBSD 5.1-BETA> [Magelan:~]
(5) root@ttyv0 # cp ftpchroot-test.sh /mnt

Monday, 02. June 2003, 09:16:59
{0} <FreeBSD 5.1-BETA> [Magelan:~]
(6) root@ttyv0 # cp /mnt/ftpchroot-test.sh /tmp/

Monday, 02. June 2003, 09:17:12
{0} <FreeBSD 5.1-BETA> [Magelan:~]
(7) root@ttyv0 # umount /tmp
umount: unmount of /tmp failed: Device busy

Monday, 02. June 2003, 09:17:15
{1} <FreeBSD 5.1-BETA> [Magelan:~]
(8) root@ttyv0 # sync;sync;sync

Monday, 02. June 2003, 09:17:22
{0} <FreeBSD 5.1-BETA> [Magelan:~]
(9) root@ttyv0 # umount /tmp
umount: unmount of /tmp failed: Device busy
---snip---

The copied file has a size of 212 bytes.

Bye,
Alexander.

-- 
                   It's not a bug, it's tradition!

http://www.Leidinger.net                       Alexander @ Leidinger.net
  GPG fingerprint = C518 BC70 E67F 143F BE91  3365 79E2 9C60 B006 3FE7



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