Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Dec 2001 15:51:01 +0200 (IST)
From:      Uri Shaked <allow@darkserver.dyndns.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   kern/33110: bug with mount - unable to unmount a floppy, strange device name appears after mounting.
Message-ID:  <20011223135101.8EDC11CB565@darkserver.dyndns.org>

next in thread | raw e-mail | index | archive | help

>Number:         33110
>Category:       kern
>Synopsis:       bug with mount - unable to unmount a floppy, strange device name appears after mounting.
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 23 06:00:02 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Uri Shaked
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
none
>Environment:
FreeBSD osh.homeip.net 4.4-STABLE FreeBSD 4.4-STABLE #0: Wed Oct 17 13:37:07 IST 2001     uri@osh.homeip.net:/usr/src/sys/compile/OSH  i386
>Description:
After I mounted a msdos floppy on /mnt, read a file from it, and wrote another file to it, I tried to umount it, but I got the following error:
bash-2.05# umount /mnt
umount: /mnt: not currently mounted                                             
I typed 'mount', and saw:
bash-2.05# mount
/dev/ad0s1a on / (ufs, NFS exported, local)                                     
 on F (msdos, mounted by news)                                               
...
In addition, df -h output was:
bash-2.05# df -h
Filesystem    Size   Used  Avail Capacity  Mounted on
/dev/ad0s1a   3.9G   2.1G   1.4G    60%    /
              1.4M   210K   1.2M    15%    F                                    
...
I mounted this diskette using the following command:
mount -t msdos /dev/fd0 /mnt
			  
>How-To-Repeat:
I'm not sure whether I can reproduce the problem, but it was caused after typing the following command:
mount -t msdos /dev/fd0 /mnt, reading a 120kb file from the diskette, and writing 80kb file on it.
>Fix:
none known
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




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