Find the answer to your Linux question:
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....
  1. #1
    Just 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.

  2. #2
    Linux Guru Rubberman's Avatar
    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
    Quote Originally Posted by loren41 View Post
    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.
    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:
    Code:
    mount -t cifs //host/share mount-point -o user=username,password=userpasswd
    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.
    Sometimes, real fast is almost as good as real time.
    Just remember, Semper Gumbi - always be flexible!

  3. #3
    Just Joined!
    Join Date
    Apr 2008
    Posts
    6
    Thanks Rubberman. Your reply was very helpful.

    Loren41

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...