From: Howard Cole <[email protected]> Date: Thu, 24 Mar 2011 23:38:47 +0000
> I can happily mount the share, however It only mounts read only. > > If I connect to the share using the smbclient utility - I can write. (snip) > mount -t cifs //192.168.168.5/w /media/w -o guest,rw (read only?) > > Can anyone tell me how to mount in Read/Write mode? To set "noperm" option with "mount -t cifs" will solve your problem? "noperm" means to ignore permissions on client side generated by "mount.cifs". --- TAKAHASHI Motonobu <[email protected]> -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba
