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 implementedHow can I fix this issue or is there an alternative that might work?
3 Reset to default