On 5/30/05, Nadiem <[EMAIL PROTECTED]> wrote: > > Both of them will mount the drive, but normal users > > won't be able to > > write? How to i make it with write permission? What > > am i missing?
To mount manually using CLI # mount -t smbfs -o umask=000,username=xxx,password=yyy /server/share /mnt/mountpoint In fstab //192.168.0.1/linux /mnt/my_network_share/linux smbfs username=myusername,password=mypassword, umask=000,default 0 0 -- Novitiate of the Knife, under the Master of the Sabre of The Holy Llamadieans. Official Protector of The Llama, Spiritual Leader of The Republic of Loungevania -- http://mm.ilug-bom.org.in/mailman/listinfo/linuxers

