Oni-san
March 2nd, 2009, 09:03 PM
Hello,
I've a share on my NAS hosting an encrypted file created with TrueCrypt.
I'm now unable to mount it as truecrypt says that permission is denied.
Here's the permission I see when doing ls -l:
-rw---x--x 1 oni-san oni-san 21474836480 2009-02-15 23:37 /media/private/encrypted2
(other files are showing drwxrwxrwx)
So I tried to change it by chmod 555 -> permission denied
I also tried to do sudo chmod 555 -> permission denied
I wonder if this can come from my mount options ...
My fstab entry:
//192.168.13.10/private /media/private cifs user,auto,rw,username=qisope,password=*****,iochar set=utf8,gid=1000,uid=1000 0 0
Any idea ?
I've a share on my NAS hosting an encrypted file created with TrueCrypt.
I'm now unable to mount it as truecrypt says that permission is denied.
Here's the permission I see when doing ls -l:
-rw---x--x 1 oni-san oni-san 21474836480 2009-02-15 23:37 /media/private/encrypted2
(other files are showing drwxrwxrwx)
So I tried to change it by chmod 555 -> permission denied
I also tried to do sudo chmod 555 -> permission denied
I wonder if this can come from my mount options ...
My fstab entry:
//192.168.13.10/private /media/private cifs user,auto,rw,username=qisope,password=*****,iochar set=utf8,gid=1000,uid=1000 0 0
Any idea ?