[plug] Read write access to Win2K disks

Cameron Patrick cameron at patrick.wattle.id.au
Thu Jan 9 15:21:15 WST 2003


On Thu, Jan 09, 2003 at 03:22:19PM +0800, Quintin Lette wrote:
| As root a command like this should suffice
| mount -t smbfs -o 
| "username=user_name_with_rw,password=(willrequest_if_not_specified) 
| //host/share /mount/point

You can also do it as a non-root user like this:
	$ smbmount //host/share ~/mount_point_you_own \
		-o username=whatever,password=secret

CP.



More information about the plug mailing list