Mount command to mount Samba or Windows share on linux
Posted on December 19th, 2007 by linux
First make sure that you have support for smbfs by installing smbfs package thenĀ issue command:
mount -t smbfs -o username=your-username,password=your-password //samba-windows-share-server/shared-folder /your/mount/point
To List shares on windows machine or samba server:
smbclient -L samba-windows-share-server
Filed under: Administration, Linux, Networks