[FreeBSD] Mounting in FreeBSD - BSD

Users browsing this thread: 1 Guest(s)
venam
Administrators
I don't know if this is useful for FreeBSD but I'd like to add that sometimes you need to check if the mounted device is in use before unmounting it this can be done with the lsof command.
Also, you can check if the usb is mounted from the logs or from /proc/mounts or /proc/devices (usb_device) or /proc/partitions or from "df -h".
You can unmount the device directly if you still remember its name:
umount /dev/sdb
"There's always another way to do it" -- William Johny Cash Shakaspeare while doing a 360 loop in space.


Messages In This Thread
[FreeBSD] Mounting in FreeBSD - by NeoTerra - 05-08-2012, 05:06 PM
RE: [FreeBSD] Mounting in FreeBSD - by trvlrs - 21-03-2013, 02:42 PM
RE: [FreeBSD] Mounting in FreeBSD - by venam - 21-03-2013, 03:28 PM
RE: [FreeBSD] Mounting in FreeBSD - by zygotb - 22-03-2013, 03:32 PM
RE: [FreeBSD] Mounting in FreeBSD - by zygotb - 22-03-2013, 07:43 PM