I am trying to unmount a filesystem. The mount point of the filesystem is /one/two/three/four
, and the name of the device file is /dev/sdb8
. The command that I executed to unmount the filesystem was:
# unmount /one/two/three/four
The current directory was /one/two/three/four
when the command was executed. Why was I unable to unmount the filesystem?