Using ecryptfs in Windows Ubuntu

I'm trying to create an encrypted folder in Windows Ubuntu shell (Ubuntu 16.04.3 LTS). I managed to install it correctly but when I tried to create an encrypted folder using the command:

sudo mount -t ecryptfs /home/secure/ /home/secure/

I got the error

Exiting. Unable to mlockall address space: Function not implemented

How can I fix this issue or is there an alternative that might work?

3 Reset to default

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like