Top "Umount" questions

umount detaches a specified file system from the file tree.

How to unmount a busy device

I've got some samba drives that are being accessed by multiple users daily. I already have code to recognize shared …

linux umount
Force unmount of NFS-mounted directory

I have an NFS-mounted directory on a Linux machine that has hung. I've tried to force an unmount, but it …

linux mount nfs umount nfsclient
Unmount the directory which is mounted by sshfs in Mac

I've installed OSXFUSE in my mac and used sshfs to mount a remote directory. Now I would like to unmount …

macos sshfs umount
Linux: Which process is causing "device busy" when doing umount?

Linux: Which process is causing "device busy" when doing umount?

linux shell device mount umount
Bash Script - umount a device, but don't fail if it's not mounted?

I'm writing a bash script and I have errexit set, so that the script will die if any command doesn't …

linux bash shell mount umount
Android busybox command to gain root and umount

So, I have a device in which I need to unmount a dir. I wanted to run something like: Runtime.…

android busybox umount
Delete mounting directory after umount -l

I'm working on Linux OpenWrt where I have to mount and umount manually USB disks when they are attached to …

linux usb openwrt umount