If you want to use encfs module from FUSE to encrypt some of your files and do not want to go into the command line to mount and unmount that encrypted folder, here is what you do:
Add a line such as this to your /etc/fstab:
encfs#/home/aigarius/.crypt/ /home/aigarius/crypt fuse rw,user,noauto 0 0
Where ‘/home/aigarius/.crypt’ is the folder where you have created an encrypted folder (with “encfs /home/aigarius/.crypt /home/aigarius/crypt” command) and ‘/home/aigarius/crypt’ being the place where you want to mount to see the decrypted files.
After you boot into Gnome, you go to Places->Computer, right-click on ‘crypt’ drive icon and select “Mount”. It will prompt you for the passwrd and mount the folder. Unmounting will disconnect it. Enjoy.

4 Comments
Thanks for the excellent tip — is there any way of getting GNOME to re-read /etc/fstab without rebooting or re-staring GNOME?
Try:
mount -a
Did you know cryptkeeper ?
http://www.tomatarium.pwp.blueyonder.co.uk/cryptkeeper.html
To automatically mount EncFS folders using GNOME’S keyring, you could have a try with gnome-encfs: http://bitbucket.org/obensonne/gnome-encfs
This tool comes in handy if you use rather long passwords for EncFS folders which are painful to type in on every mount.
Post a Comment