Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

file sharing

Status
Not open for further replies.
Jun 11, 2003
88
US
with my windows system i can see my linux server but i cannot access any files. what settings do i need to change to be able to access files.

thanks
david
 
you need to configure Samba. Samba is the linux version of windows file sharing. Make sure samba is installed and either webmin or SWAT. You can use both webmin and SWAT to configure Samba very easily.

-Venkman
 
And after SAMBA is up, you'll need to create a Linux user account and the related SAMBA user account.

As root:
$ adduser [linux acc.]
$ smbadduser [linux acc.]:[smb acc.]

Assume that my Windows logon is johann
$ adduser zeland
$ smbadduser zeland:johann

This create a linux account called "zeland" and will attach my windows credentials "johann" when I connect to SAMBA (something like aliasing).

File system level access rights will be controled through linux user "zeland" while, share level access is controled through SAMBA user "johann". Much like on an NT box.

If you run a small office/home network, you could alias all your Windows users to the same linux account although this would make it difficult to assign individual access rights later on.
 
the windows machine that i am trying to get to see the linux is running windows XP pro. does that make any difference?

peace
david
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top