[YLUG] mv and cp to NAS via samba
Chunky Kibbles
chunky at icculus.org
Thu Feb 19 18:29:35 UTC 2009
On Thu, Feb 19, 2009 at 01:25:25PM -0500, Chunky Kibbles wrote:
> sudo mkdir -p /media/qserver/q
> sudo mount -o mode=666 smb://qserver/q/temp /media/qserver/q
correction:
sudo mount -o mode=666 smb://qserver/q /media/qserver/q
You want to mount the *share* called "q", not a subdirectory of it [which
doesn't work over smb, last I checked].
> cp /home/nigel/Documents/other/test2.txt /media/qserver/q
Gary (-;
More information about the York
mailing list