mount a Windows share with Samba on Ubuntu
mount -t smbfs //10.1.1.99/folder /mnt/mymount -o lfs,username=administrator,password=xxxxxx
the parameter lfs is to disable Samba’s 2G filesize limit, so you can copy huge files over as well.
This entry was posted
on Tuesday, May 8th, 2007 at 10:53 and is filed under Ubuntu Linux.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.