Hi,
I made a fresh install of oS 13.1 and now wanted to mount some folders on my NAS. (Which uses Samba)
In 12.3 I used the following line to mount them:
//192.168.1.7/Musik /media/NAS-Musik cifs uid=1000,gid=100,username=Ankalagon,password=********* 0 0
but now everything I get is:
mount error(13): Permission denied
In Dolphin I can access the shares via smb:/… perfectly, but that’s no use for me.
I’ve searched the web now for hours and found no solution.
Perhaps someone has a idea what the fault is.
On 2014-01-07 20:46, Sequency wrote:
>
> Hi,
>
> I made a fresh install of oS 13.1 and now wanted to mount some folders
> on my NAS. (Which uses Samba)
> In 12.3 I used the following line to mount them:
>
>
> Code:
> --------------------
> //192.168.1.7/Musik /media/NAS-Musik cifs uid=1000,gid=100,username=Ankalagon,password=********* 0 0
> --------------------
Does the directory /media exist and do you have permissions on it? On
13.1 that directory might not exist.
Try to use “mount -v …”
–
Cheers / Saludos,
Carlos E. R.
(from 12.3 x86_64 “Dartmouth” at Telcontar)
Yes, it exists.After trying every option which gives the manual I solved the problem via setting the security mode to ntlm and saving the username/password/domain into a credentials file:
//192.168.1.7/Musik /media/NAS-Musik cifs uid=1000,gid=100,sec=ntlm,credentials=/home/ankalagon/.smbcreds 0 0
.smbcreds file (with user/group root/root and chmod 400):
username=Ankalagonpassword=*********domain=DOMAINNAME (In my case the Workgroup name GECKONET)