![]() |
Sharing Linux Drive to Windows
What I want to do is have my linux server also run 2 shared drives for the home network along with the print. I figured out how to get the print setup, but I'm not to sure on how to share the drives for windows.
|
Quote:
Linux (well, most distributions), come with Samba. This page http://tldp.org/HOWTO/SMB-HOWTO.html will give you a good start on how to do what you want. |
For the printers I've got the CUPS service setup. As for setting SAMBA up, is there anything tricky to it?
|
Quote:
Quote:
Why don't you just try installing it, read the HOWTO and README's and then let us know if you have problems? You managed with cups, I expect you'll manage with samba I don't run windows now, but when I did, the most complicated and difficult to understand aspect of my network was .... windows. |
Quote:
samba samba-common samba-client packages on your linux server. You can download the rpms from rpmfind.net After you install these rpms open /etc/samba/smb.conf file and add below mentioned lines at the bottom : Code:
[share name]Quote:
Now execute the following commands on your console Code:
$ useradd usernameCode:
$ chkconfig smb onAll the BEST |
Your distro (you should put your distro in your user profile to help us answer your question) may have a gui samba server configuration wizard. Another method is to use samba swat, which comes with the samba server package (on my distro at least).
To use it, you first need to edit /etc/xinet.d/swat, deleting the "disable = yes" or changing the "yes" to "no". If your distro uses "chkconfig", then run: Code:
# enable xinetd serviceWhen you are finished, you can stop the swat service: Code:
sudo /sbin/chkconfig swat offGood Luck! |
| All times are GMT -5. The time now is 04:13 PM. |