Mounting SMB Shares in Linux
Published on 19 Apr 2007 · Filed in Information · 134 words (estimated 1 minutes to read)This is one of those commands that you need to know, but use it so very rarely that it’s hard to memorize. It seems like I have to go back and look this up every time I need to use it. What is it? It’s the command to mount an SMB share from the typical Linux host.
The command looks something like this:
mount -t smbfs -o username=User,password=Pass //host.IP.addr.ess/sharename /local/mnt
Of course, this should be typed all on a single line.
I find myself most often using this command when I need to mount an SMB share from the Service Console of one of my ESX hosts. So, to keep myself from having to go out and perform yet another Google search next time I need this, I’ll know to just look right here.