How to disable filenameencryption in command-line?

Asked by Markus

What commandline-option can i pass to "mount -t ecrypfs" to disable it asking whether to encrypt filenames or not?

Question information

Language:
English Edit question
Status:
Solved
For:
eCryptfs Edit question
Assignee:
No assignee Edit question
Solved by:
Tyler Hicks
Solved:
Last query:
Last reply:
Revision history for this message
Best Tyler Hicks (tyhicks) said :
#1

If you don't want to use filename encryption and don't wish for the mount helper to ask you each time you mount, pass "-o ecryptfs_enable_filename_crypto=n" to mount.

Revision history for this message
Markus (doits) said :
#2

Thanks Tyler Hicks, that solved my question.