Not automount with encfs on login?

0

I would like to use encfs to create an encrypted folder but i do not want to automatically mount it when the user logs in. I'd like to type the password eachtime. How do i configure it to do that?

user3109

Posted 2011-09-26T04:00:32.433

Reputation:

Answers

0

Use encfs normally.

encfs ~/.private ~/private

You only need special setup if you want automatic unlocking.

(By the way, kernel-mode eCryptFS usually offers better performance.)

user1686

Posted 2011-09-26T04:00:32.433

Reputation: 283 655

i could swear it automatically mounts on logins.... maybe i was using su from root. But i could swear su from root made it not to do that. I'll accept when i can double check this – None – 2011-09-26T04:07:39.103

Check your PAM config - it could be that your distro automatically installs pam_encfs - but even then, it wouldn't automagically know the mount location.n't automagically know the mount location. – user1686 – 2011-09-26T04:46:54.173