On 5/30/05, Nadiem knadz555@yahoo.com 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