0

I am trying to mount an encfs mountpoint at boot via fstab on an Ubuntu 22.04 x64 server.

Here is my current fstab:

encfs#/content /decrypted-content fuse extpass=/root/passwd-encfs 0 0

/root/passwd-encfs is a bash script that returns the password.

When running mount -a, it blocks waiting for the password to be manually entered ("EncFS Password:").

When manually mounting with encfs /content /decrypted-content --extpass=/root/passwd-encfs, it works as expected (mountpoint is mounted without user input).

Looks like I am not specifying extpass correctly as an option for encfs in fstab or enfs does not support it that way.

jsd
  • 1

0 Answers0