EncFS’ default behavior is to ask if it should create a missing directory if it doesn’t exist:
The directory "/Volumes/Encrypted" does not exist. Should it be created? (y,n) Directory not created.
What I want to do is to let EncFS create the directory if it doesn’t exist without prompting the user. My current workaround is to create the directory directly before running encfs:
mkdir /Volumes/Encrypted && encfs …
This is a rather ugly workaround with side-effects. I would like to pass a yes parameter to EncFS, but I could not find a hint in the rather sparse documentation.