Hello,

Autofs accés smbfs impossible d'écrire sur le disque ?

Autofs smbfs no writing ?

Im usint autofs with ubuntu 10.10
Im using autofs like this

sudo nano /etc/auto.master

+auto.master
/mnt/smb       /etc/auto.auto   --timeout=60 --ghost

et le fichier sudo nano /etc/auto.auto

#directory name         option for mount                                                  device to mount
win1            -fstype=smbfs,rw,credentials=/etc/smb.auth         ://win1/docs/

Authentication files :
sudo nano /etc/smb.auth

username=users1
password=motDePasse
domain=windowsDomaine

now with this i can access only in read
/mnt/smb/win1

My question how add acess to write ?

because i can write for the moment.

thanks