Replies: 1 comment
-
|
For Ubuntu Linux, the pam_mount works fine:
https://github.com/rfjakob/gocryptfs/wiki/Mounting-on-login-using-pam_mount
However, it works on user login instead of system startup. If you are ok
with that, you could give it a try.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello GoCryptFS discussants,
I'm relatively new to Linux and new to GoCryptFS, so please excuse my question if it's trivial, but I haven't found a working answer yet.
My situation:
Problem: I would like the clear directory to be mounted accordingly at system startup so that I have immediate access to the decrypted files. How do I do this?
I have added the following line to the fstab:
/media/backup_cloud/secret /media/backup_cloud/clear fuse./usr/bin/gocryptfs rw,nofail,auto,x-systemd.idle-timeout=10,x-systemd.automount,allow_other,quiet,passfile=/root/.gocryptfs_pw 0 0It cannot find the configuration file. Where in the line should I specify it?
Best regards
Beta Was this translation helpful? Give feedback.
All reactions