> -----Original Message----- > From: Thomas [mailto:J.a.d.E@xxxxxxx] > Sent: Wednesday, November 19, 2003 9:59 AM > To: fedora-list@xxxxxxxxxx > Subject: Re: Mounting SMB shares in /etc/fstab > > > I think there is nothing wrong with your fstab, > maybe you have no write permission on the XP machine with the > user bryan. > Also im not sure if umask=000 is such a good thing. > TYrying it with mount -t smbfs -o username=xxx,password=xxx,umask=000 //server/share /mount/point ^^^^^^^^^ and mount -t smbfs -o username=xxx,password=xxx //server/share /mount/point sees no differences. Trying it on a Fat32 or NTFS partition also yields no effect. Only Root is able to write to it. Other users can read from it only. How do I enable read/write permission to _all_ users?? trying -o rw also does not work. Thanks.