Friday, January 15, 2010
Mounting smb (cifs) from Ubuntu Linux
Key words: Ubuntu 9.10, Karmic Koala, smb, samba, cifs, windows share, command line
Goal: Mount a Windows share from the command line
Platform: Ubuntu 9.10 x64
Solution:
1) Make sure smbfs is installed:
2) Mount the share with the following syntax:
Notes:
https://wiki.ubuntu.com/MountWindowsSharesPermanently
http://linux.die.net/man/8/mount.cifs
Goal: Mount a Windows share from the command line
Platform: Ubuntu 9.10 x64
Solution:
1) Make sure smbfs is installed:
sudo-apt get install smbfs
2) Mount the share with the following syntax:
sudo mount -t cifs //<server>/<share> <local mount point> -o user=<domain>/<username>
Notes:
https://wiki.ubuntu.com/MountWindowsSharesPermanently
http://linux.die.net/man/8/mount.cifs
Intro and purpose
This is a personal "notes-to-self" blog.
I run Linux, and I often spend minutes Googling to figure out how to do X. That's fine. But what sucks is when a few months pass, I forget how to do X, and have to repeat the process. On this blog, I'll record solutions I find, so I can minimize the amount of redundant work I do.
I run Linux, and I often spend minutes Googling to figure out how to do X. That's fine. But what sucks is when a few months pass, I forget how to do X, and have to repeat the process. On this blog, I'll record solutions I find, so I can minimize the amount of redundant work I do.
Subscribe to:
Comments (Atom)