FreeBSD: Forcefully unmount a disk partition to get rid of device busy error
Under FreeBSD if you get error device busy while unmounting file system then you can forcefully unmount a disk partition or mount point. You can pass -f option to mount command. It forces the read/write mount of an unclean file system. Suppose you would like to unmount /cdrom forcefully then type command (login as a root user use su or sudo command):
# umount -f /cdrom
Where,
- -f : Forces umount to unmount a disk partition or mounted system
E-mail this to a friend
Printable version
Related Other Helpful FAQs:
- unmount: /cdrom device is busy error and solution
- Solaris: Forcefully unmount a disk partition to get rid of device busy error
- Howto mount windows partition onto ubuntu Linux
- Linux CD / DVD Locked and Drive Is Not Opening / Ejecting CD
- Formatting usb pen in Linux
Leave a Reply
We encourage your comments, and suggestions. But please stay on topic, be polite, and avoid spam. Thank you very much for stopping by our site!



Recent Comments
Today ~ 2 Comments
Yesterday ~ 10 Comments
Yesterday ~ 12 Comments
09/03/2008 05:29 pm (2 days ago) ~ 6 Comments
09/03/2008 01:14 pm (2 days ago) ~ 1 Comment