Mount command to mount Samba or Windows share on 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

Leave a Reply

You must be logged in to post a comment.