When I try to mount a samba share as in
root@volumio:/mnt/NAS# sudo mount -t cifs -o user=myuser,password=maypassword,rw,file_mode=0777,dir_mode=0777 //192.168.0.6/Music/Flac /mnt/NAS/TonidoPlug2
mount: block device //192.168.0.6/Music/Flac is write-protected, mounting read-only
mount: cannot mount block device //192.168.0.6/Music/Flac read-only
…it fails miserably!
dmesg shos the following:
[83905.764040] CIFS VFS: Send error in SessSetup = -13
[83905.772342] CIFS VFS: cifs_mount failed w/return code = -13
Any idea?
Thanks