viewtopic.php?f=24&t=1748
Using encfs is very easy.
I used cryptkeeper for a while, but often don't use the gui
(and setting up a new directory with it is a click-marathon too).
Important:
"I think you really must use the full path for both arguments when using encfs and _especially_ fusermount -u"
1)First install it
- Code: Select all
apt-get install encfs
If necessary add the user to the fuse group:
- Code: Select all
adduser <user_name> fuse
If necessary load the fuse module
- Code: Select all
modprobe fuse
2) Create a directory:
- Code: Select all
mkdir -p ~/Tmp/.stuff ~/Tmp/stuff
encfs ~/Tmp/.stuff ~/Tmp/stuff
Note: for the second command, encfs, the full path is needed, as far i can tell.
I don't know about the further options when first setting up a directory. I pick the defaults.
3) To umount
- Code: Select all
fusermount -u ~/Tmp/stuff
4) cryptkeeper
is a gui backend.
- Code: Select all
apt-get install cryptkeeper
and click your way.
That's it. Just a hint.
Thanks and all the honor goes to debian-grimoire from riseup.net
(no need to go there, it doesn't say more).
If you need something more fine grained look at this how-to:
viewtopic.php?f=9&t=408
by fsmithred about cryptsetup.
