LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Compatability help (https://www.linuxquestions.org/questions/linux-networking-3/compatability-help-97655/)

Twiggz 09-27-2003 08:16 PM

Compatability help
 
I just recently bought a router (linksis) and it is sharing my Internet fine between my xbox, Win XP machine, and Mandrake machine. This is cool and all but I want to be able to share my printer and music files. The printer and the files I want to share are all on the XP machine. Is there an easy way to share them between my Linux and XP machine. Any help would be great.

Thnanx,
Twigg

Phathead 09-27-2003 10:24 PM

Samba.

Depending upon which distribution of Linux you're using, you should have Samba already installed. You can use Samba to share files, printers, and even setup a domain controller all using a Linux box. A good place to start is http://samba.org.

If all you want to do is pull and push files to and from the XP machine, but not pull files from the Linux machine to the XP machine, you should be able to mount SMB shares (windows shares) without even running samba. Just do (as root) "mount -t smbfs //path/to/windows/share /mnt/mountpoint" As long as SMB support is compiled into your kernel, it should work.

As for the printer on the XP machine, you should be able to connect to it also as long as it's supported by your printing system. I use CUPS, and I can connect to network printers.

I'm afraid you're going to have to RTFM for that because there are so many different configurations depending on which printer you have, I can't go into detail.

Good luck,
Phathead


All times are GMT -5. The time now is 03:25 PM.