Skip to content

Using FUSE encfs in a graphical way

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

  1. Thanks for the excellent tip — is there any way of getting GNOME to re-read /etc/fstab without rebooting or re-staring GNOME?

    Saturday, February 2, 2008 at 16:02 | Permalink
  2. dim4ik wrote:

    Try:
    mount -a

    Saturday, February 2, 2008 at 19:02 | Permalink
  3. egan wrote:

    Did you know cryptkeeper ?

    http://www.tomatarium.pwp.blueyonder.co.uk/cryptkeeper.html

    Saturday, February 2, 2008 at 23:02 | Permalink
  4. Oben Sonne wrote:

    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.

    Wednesday, February 3, 2010 at 13:02 | Permalink

Post a Comment

Your email is never published nor shared. Required fields are marked *
*
*