Local shares permission denied
Posted: Sat Feb 23, 2013 9:52 pm
Hi, has anyone else had a problem where they cannot access their locally mounted shares??
for example:
and when I check permissions:
checking permissions after remounting local shares [service mount_shares_locally restart]
but after rebooting eveything looks normal, but I still cannot "cd" into the locally mounted shares:
Everything is fine accessing the shares over the network, there are no problems there. Only problems when trying to manipulate files locally. Which casues issues with things like the deluge deamon, not having permissions to write in those locations.
I'm not too sure where to go from here, so if anyone has some advice, or experienced this problem before, any help would be appriecated
for example:
Code: Select all
marno11@AlphaCentauri:/$ cd /mnt/samba/Books
-bash: cd: /mnt/samba/Books: Permission denied
Code: Select all
marno11@AlphaCentauri:~$ sudo ls -la /mnt/samba/
total 8
drwxrwxrw- 12 root root 4096 Feb 24 14:45 .
drwxr-xr-x 3 root root 4096 Jan 6 13:46 ..
drwxrwx--- 1 marno11 users 0 Jan 6 12:42 Books
drwxrwx--- 1 marno11 users 0 Feb 24 11:34 Docs
drwxrwx--- 1 marno11 users 0 Jan 30 21:20 Pictures
drwxrwx--- 1 marno11 users 0 Feb 3 21:46 UniAndLearning
Code: Select all
marno11@AlphaCentauri:/$ ls -la /mnt/samba/
ls: cannot access /mnt/samba/Pictures: Permission denied
ls: cannot access /mnt/samba/Docs: Permission denied
ls: cannot access /mnt/samba/Books: Permission denied
ls: cannot access /mnt/samba/..: Permission denied
ls: cannot access /mnt/samba/.: Permission denied
ls: cannot access /mnt/samba/UniAndLearning: Permission denied
total 0
d????????? ? ? ? ? ? .
d????????? ? ? ? ? ? ..
d????????? ? ? ? ? ? Books
d????????? ? ? ? ? ? Docs
d????????? ? ? ? ? ? Pictures
d????????? ? ? ? ? ? UniAndLearning
Code: Select all
marno11@AlphaCentauri:/$ cd /mnt/samba/Books
-bash: cd: /mnt/samba/Books: Permission denied
I'm not too sure where to go from here, so if anyone has some advice, or experienced this problem before, any help would be appriecated