Mounting truecrypt volumes on an sshfs mount
Tags permission, sshfs, truecrypt
The task:
To mount a remote truecrypt volume locally, using sshfs.
The problem:
truecrypt /home/xri/sshfs-mounted-remote-directory/remote-truecrypt-vol /media/truecrypt1
gives an error message with "permission denied"
The solution:
a) Edit /etc/fuse.conf (or create it), and make sure it has this line:
user_allow_other
b) When mounting the sshfs remote directory, use this option
-o allow_other
I found it here:
http://ubuntuforums.org/showthread.php?t=972548
To mount a remote truecrypt volume locally, using sshfs.
The problem:
truecrypt /home/xri/sshfs-mounted-remote-directory/remote-truecrypt-vol /media/truecrypt1
gives an error message with "permission denied"
The solution:
a) Edit /etc/fuse.conf (or create it), and make sure it has this line:
user_allow_other
b) When mounting the sshfs remote directory, use this option
-o allow_other
I found it here:
http://ubuntuforums.org/showthread.php?t=972548
Total Comments 0