Results 1 to 3 of 3
I have created a Samba server using Windows 7 and now want to make the directories and files visible in my Linux file browser and other apps. Please help....
- 02-02-2012 #1Just Joined!
- Join Date
- Apr 2008
- Posts
- 6
how to make samba directory visible in linux 11.10
I have created a Samba server using Windows 7 and now want to make the directories and files visible in my Linux file browser and other apps. Please help.
- 02-05-2012 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,977
Why run a Samba server on Windows? That is entirely redundant since it has built-in SMB (Samba) support for shared folders and printers. You just need to share the appropriate folders and/or printers on the Win7 system, and then connect from Linux using the CIFS remote file system type. IE:
You might want to read the mount and mount.cifs man pages to know what other options you might want to apply to the mount, such as what userid and group to apply to the mounted directories and files on the Linux side.Code:mount -t cifs //host/share mount-point -o user=username,password=userpasswd
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 03-19-2012 #3Just Joined!
- Join Date
- Apr 2008
- Posts
- 6
Thanks Rubberman. Your reply was very helpful.
Loren41


Reply With Quote
