After the recent system update from LMDE I encountered problems with encfs. I can mount succesfully once after reboot, but unmounting the folder with fusermount leaves it in a "limbo" state which means it cannot be mounted again with encfs.

Apparently the problem is with fusermount. This is what happens when I unmount the folder:

sudo fusermount -u ~/crypt/
[sudo] password for marlar:
/bin/umount: ukendt flag '--fake'
Usage: umount -h | -V
 umount -a [-d] [-f] [-r] [-n] [-v] [-t vfstypes] [-O opts]
 umount [-d] [-f] [-r] [-n] [-v] special | node...

I have noticed that the entry from encfs stays in /etc/mtab after running fusermount, and deleting it manually solves the problem temporarily so I can again mount the encrypted folder. But after unmounting it, I have to remove the entry from mtab again and so forth.

The problem is not only with encfs, also other file systems like sshfs can't be unmounted again.

So something happened with fusermount or a related program after the update, but I have no clue what to do about it.

LMDE is a rolling Linux distro based on Debian Testing. fusermount version: 2.8.5

link|improve this question

72% accept rate
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.