Comment 18 for bug 578402

Revision history for this message
hilaire (hilaire-drouineau) wrote :

Hi again,

Great news: I solved my problem! The nomand option is not valid for cifs, you have to use nobrl

in fstab
//machine/partition /media/Sauvegarde cifs nobrl,credentials=/root/.smbcredentials,uid=1000,gid=100,rw,iocharset=utf8 0 0

with sudo mount

hilaire@hilaire-desktop:~$ sudo mount -t cifs //machine/partition /media/Sauvegarde -o nobrl,uid=1000,gid=100,file_mode=0640,dir_mode=0750,iocharset=utf8,credentials=/root/.smbcredentials

Hope that help!
Cheers