Bug 14609

Summary: Cannot umount when mounted with wrong arguments
Product: Base System Reporter: patrick <patrick>
Component: miscAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 3.3-STABLE   
Hardware: Any   
OS: Any   

Description patrick 1999-10-30 08:00:01 UTC
When a disk is mounted with 'wrong' arguments, it cannot be unmounted anymore.

How-To-Repeat: mount_msdos /dev/fd0 /floppy/   (note the leading slash)
umount /floppy (says /floppy not mounted, umount /floppy/ does not work either)
Comment 1 jedgar 1999-10-30 12:50:40 UTC
See bin/13692 ?

-----
Chris D. Faulhaber <jedgar@fxp.org> | All the true gurus I've met never
System/Network Administrator,       | claimed they were one and always
Reality Check Information, Inc.     | pointed to someone better.
Comment 2 mb 1999-10-30 21:16:22 UTC
This is fixed in mount.c revision 1.34. The fix will soon committed to
stable.
See http://www.attic.ch.

This PR should be closed. (Identical with bin/13692)

Martin
Comment 3 Brian Feldman freebsd_committer freebsd_triage 1999-10-30 23:52:41 UTC
State Changed
From-To: open->closed

This is a duplicate of PR 13692.