Mount a Windows Share or a CIFS Share or a Samba Share
Submitted by ChatMafia on Fri, 07/25/2008 - 15:35
The command is as follows, CIFS is the new way of doing it, smbfs is now old
"mount -t cifs //windowsservername/windowssharename -o username=usernamehere,password=passwordhere /mnt/nameofmountdirectoryyoucreard"
"mount -t smbfs -o username=usernamehere,password=passwordhere //windowsservername/windowssharename /mnt/nameofmountdirectoryyoucreard"
- Add new comment
- 625 reads
-


This is also a great
This is also a great article:
http://www.swerdna.net.au/linhowtosambacifs.html
Yes that works