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.

Leave a Reply