Accidentally moved FUSE mounted mount point, not cannot unmount. Any option besides reboot?
Posted
by
Catskul
on Server Fault
See other posts from Server Fault
or by Catskul
Published on 2012-07-05T21:06:30Z
Indexed on
2012/07/05
21:17 UTC
Read the original article
Hit count: 354
I mounted a disk image using a few different FUSE modules and then subsequently renamed the parent directory.
The mounts have disappeared from the mtab and now the OS refuses to unmount them.
fusermount -u mnt
returns:
fusermount: entry for /home/catskul/foo/mnt not found in /etc/mtab
sudo fusermount -u mnt
returns:
fusermount: failed to unmount /home/catskul/foo/mnt: Device or resource busy
sudo fuser -a mnt
returns:
Cannot stat file /proc/986/fd/55: Permission denied
mnt:
© Server Fault or respective owner