Results 1 to 3 of 3
Hi i have been giving a task at work and im a little stuck . I have been asked to setup a samba file server that can just easily connect ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-26-2006 #1Just Joined!
- Join Date
- Jan 2006
- Posts
- 2
Samba
Hi i have been giving a task at work and im a little stuck . I have been asked to setup a samba file server that can just easily connect to 12 windows workstations. The 12 machines should all have a maped drive on them when they ar switched on witch is going to be a file on the server called main. I going to need to seprate shares on 2 of the machines as well .
something like this
john - Private Share + Main Share
paul - Private Share + Main Share
and for all the other computers i need just
Main Share
If any 1 could suggest a way of doing this i would be extremly greatfull.
Last edited by bobbygentoo; 01-26-2006 at 11:04 AM. Reason: I spelt the title wrong
- 01-26-2006 #2
I'm not exactly sure what you're asking for, you want these shares on the linux file server? Or you want to access these shares which are on windows pc's with linux? Either way, you can start here:
http://www.gentoo.org/doc/en/quick-samba-howto.xml
and:
http://gentoo-wiki.com/Index:HOWTO#General_2
(possibly the 'add a gentoo server to a windows network')
- 01-26-2006 #3
You could also check out the official Samba by Example guide.
For the users who have a private + public share, make the share available for that user only with the valid users option in the shares section, e.g.
hope this helps.[Paul's Share]
path = /somewhere
valid users = paul
read only = no
public = no
[main share]
path = /some_where_else
read only = no
browseable = yes
public = yesLife is complex, it has a real part and an imaginary part.


Reply With Quote
