How to create an encrypted local drive in Ubuntu?
I've done it several ways, but it doesn't seem to work.
I have some encrypted files in a local folder, and I would like to access them by mounting the decrypted drive.
On Windows I can do it, but on Ubuntu it looks totally different.
I created the encrypted remote and it looked like this:
[Location]
type = crypt
remote = /home/user/Desktop/Folder1/:/home/user/Desktop/PLX/
directory_name_encryption = true
password = xxxxxxxxxxxxxxxxxxxxx
The other one I created like this
[Location]
type = crypt
remote = Folder1:PLX
directory_name_encryption = true
password = xxxxxxxxxxxxxxxxxxxxx
I'm setting it up like this:
rclone mount /home/user/Desktop/Folder1/: /home/user/Desktop/PLX/
And it causes this error:
Local file system at /home/user/Desktop/Folder1/:: Statfs failed: failed to read disk usage: no such file or directory
So it doesn't work either:
rclone mount Folder1:PLX
I just want to mount the drive in the folder where the encrypted files are, so I can access them without encryption. I already did this 2 years ago, but I don't remember how.
Sorry if it's confusing :S