I don’t need to encrypt all of 13.2 /home; I only need an encrypted folder (couple of small files that I want secure)
The reason I’m putting this here is that It is experimental for me & looking for feedback; when it’s polished, I’ll do a howto in that forum:
I wanted to create an Encrypted Folder in /home/myname; here’s what I did:
in a root terminal:
mkdir .encrypted encrypted
encfs /home/myname/.encrypted /home/myname/encrypted
The directory “/home/myname/.encrypted” does not exist; create it > Y
The directory “/home/myname/encrypted” does not exist; create it > Y
Creates new encrypted volumes
Please chose from one of the following options:
“x” for expert config mode
“p” for preconfigured paranoia mode
anything else, or an empty line will select standard mode
I selected: “p”.
The system finished the configuration and asked me for a password & verify password > done
Now, /home/myname/encrypted folder exists:
when I try to access it as “user” I get:
could not enter folder /home/myname/encrypted
I see no way to enter a password
However, if I start Konqueror from a root terminal, I can access the folder – but, I don’t need my assigned password
(I can add & access my data as root)
Is this normal?
Did I do it wrong?
Feedback?