LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   share file with windows (https://www.linuxquestions.org/questions/linux-networking-3/share-file-with-windows-210946/)

demmylls 07-29-2004 04:46 AM

share file with windows
 
please teach me step by step on how to share file with my windows xp machine which is in my local network?

i have 3 machine connected through switch. two of them are windows xp and one of it running fedora core 2?

how do i do share files with them.
i would like to read other machined shared files and other machine should be able to read my files in my fedora core 2 machine.

how do i archieve that.

i have no idea in this field.

Please guide me through.

thank you.

maxut 07-29-2004 05:19 AM

i just can say u where to start.
windows file and print sharing service is called samba
www.samba.org

u can mount windows shares from linux. create a directory to mount win shares. in expamle it is /mnt/xp.
#mount -t smbfs -o username=user,password=pass //xp_box_name/share /mnt/xp

ZaphyR 07-29-2004 06:35 AM

i dunno what Fedora looks like, but in SuSE and MDK you can share your linux folders simply by rigthclicking on them and choose sharing. I believe you have to enable sharing first, and then do the same procedure again to actually share the folder.
Then all you have do is map //your-linux-box/your-shared-folder/ in windows.

if any trouble, check that you have the samba server running.


All times are GMT -5. The time now is 02:32 PM.