Dont know how to explain this (cause I found this out purely by accident), but...
smbmount //server/share /mnt/localname -o username=foo,password=bar rw and chown /mnt/localname groupname worked for me... <<not neccessarity in that order, of course... >> Andy On Mon, 2003-08-25 at 12:19, Fisher, Robert (FXNZ CHC) wrote: > > passwords set up correctly? > > Same user names and passwords on both > encrypt passwords = yes > > > how are you mounting the windows boxes? as what user? > > * mount -t smbfs -o username=robert,password=xxxxxx > > //servername/foldername /home/robert/foldername/ or > > * mount -t smbfs -o username=guest > //servername/foldername > /home/robert/foldername/ > > (either way works to give read access) > > On Mon, 25 Aug 2003 09:30:46 +1200 > "Fisher, Robert (FXNZ CHC)" <[EMAIL PROTECTED]> wrote: > > > Last time I asked this question I got no replies but I am not giving up. > > > > We have, at home, several Windows boxes with shared folders which we can > > read and write to from other Windows boxes. > > > > I can also read and write to my Samba shares on my Linux boxes from the > > Windows boxes. > > > > My problem is that I do not have the ability to write to the Windows > shares > > from my Linux boxes using smbfs (read access is fine) > > > > All ideas will be gratefully accepted (I am sure this must be something > > simple I have missed). > > > > TIA, Rob > > > > -- > Nick Rout <[EMAIL PROTECTED]>
