Tag: force
umount note
by z3n on Apr.20, 2010, under Linux Happyness, Tips & Hints
I had to umount a drive but it wasn’t working, not even with -f (force) option.
So i looked man pages and found out about lazy option (-l) which solved the issue;
umount -l /path/to/mount/point