piwik

dilluns, 2 de juny del 2014

Mount cifs on Ubuntu fails, permission denied mount error(13): Permission denied

When trying to mount a Synology CIFS share an error message was shown, it says :

mount error(13): Permission denied
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)

After making sure the credentials were correct, I found the solution in some forum, which is setting up a flag like this:

echo 0x27 > /proc/fs/cifs/SecurityFlags

And adding the domain and sec parameter when mounting it using fstab

//192.168.60.24/ic3data/jandres /ic3data cifs username=jandres,password=secret,domain=WORKGROUP,iocharset=utf8,sec=lanman  0     0

Cap comentari:

Publica un comentari a l'entrada