Posts Tagged With: samba

Mount Windows Network Share with Samba

Tagged with: , , , , , ,

Use this command to mount a share on a windows system. It uses Samba.


mount -t smbfs -o username=user,password=pass //WinClient/share /mnt/share
No Comments »

Command to mount a Samba Share in Linux

Tagged with: , , , , , ,

Mount a windows network share in Linux using Samba


mount -t smbfs -o username=user,password=pass //WinClient/share /mnt/share
No Comments »