Please read the following thread about the current changes
I have encryped documents to upload to dropbox using EncFS which has been successful. However when I attempt to remount the file system using command encfs ~/Dropbox/encrypted ~/Private I get the following error: stephen@linux-lnig:~> encfs ~/Dropbox/encrypted ~/Private EncFS Password: fusermount: failed to access mountpoint /home/stephen/Private: Permission denied fuse failed. Common problems: - fuse kernel module not installed (modprobe fuse) - invalid options -- see usage message stephen@linux-lnig:~>
Hello amd welcome here. Please use CODE tags around copied/pasted computer text. You get the CODE tags by clicking on the # button in the tool bar of the post editor. It is also very important that you tell which version of openSUSE you use. We can realy not answer on assumptions. I do not use this and my remarks are only suggestions triggered by reading the message. /home/stephen/Private, does it exist and what are it's ownership and permissions. Code: ls -l /home/stephen/Private is the fuse package installed Code: zypper if fuse does a Code: modprobe fuse help?did you check the usage message Code: encfs --help
ls -l /home/stephen/Private
zypper if fuse
modprobe fuse
encfs --help
Last edited by hcvv; 21-Feb-2014 at 04:23.
Henk van Velden
Thank you for the reply. I am using opensuse 13.1. I seem to have the correct ownership and permissions as I can save files to the folder and they become encrypted from that folder to the dropbox folder. I just can not remount the file system to see the decrypted files in the private folder as I am given the error I copied above. Fuse is installed. I ran modprobe fuse as root. EDIT: the instructions I followed are on the following website. Like I said everything worked apart from the final step of remounting the file system. http://www.howtogeek.com/121737/how-...ws-with-encfs/
Forum Rules