Results 1 to 3 of 3
Hello, I'd like to ask if is possible to view samba URL as a local folder (like NFS). I want to do that because some programs I use can't open ...
- 08-17-2006 #1Just Joined!
- Join Date
- Aug 2006
- Posts
- 2
SAMBA as Local Folder
Hello, I'd like to ask if is possible to view samba URL as a local folder (like NFS). I want to do that because some programs I use can't open the samba folder and view what it content.
Thanks.
Best regards.
- 08-17-2006 #2Just Joined!
- Join Date
- Aug 2006
- Location
- Near London, Ontario Canada
- Posts
- 2
Of course it's possible. All you have to do is mount the samba share as a local folder
Originally Posted by msancho
mkdir /mnt/[sharename]
mount -t smbfs //server/share /mnt/[sharename] -o username=user,password=pass
Put an entry in /etc/fstab if you want it to be permanent.
- 08-17-2006 #3Just Joined!
- Join Date
- Aug 2006
- Posts
- 2
Oh! really thanks I thought it was more complicate but... was so easy!!! thanks again!
Best Regards!
Marc.


Reply With Quote