On Tue, 2010-12-28 at 19:51 +0100, Issa wrote: > Hello, > > > Autofs accés smbfs impossible d'écrire sur le disque ? > Autofs smbfs no writing ?
A bit off topic but is there some reason you need to use smbfs. It's deprecated and I expect it will go away some time soon. You should try using CIFS if you have a reasonably recent (or even not so recent should be ok) kernel. > > 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 > > > _______________________________________________ > autofs mailing list > [email protected] > http://linux.kernel.org/mailman/listinfo/autofs _______________________________________________ autofs mailing list [email protected] http://linux.kernel.org/mailman/listinfo/autofs
