hi,
i am trying to network fedora2 w/ win xp. mainly so that i can setup filesharing between the two. any suggestions on how to do this.
do i need samba?
thanks in advance,
Printable View
hi,
i am trying to network fedora2 w/ win xp. mainly so that i can setup filesharing between the two. any suggestions on how to do this.
do i need samba?
thanks in advance,
For WinXP to access files on Linux, you will need to run the samba server. To access the WinXP shares from Linux useObviously substiture username, password, workgroup, PC name, share name, and mount point with your information.Code:mount -t smbfs -o username=bob,password=pass,workgroup=workgroup //WIN_XP_PC/My_Share /mnt/my-mount-point
For help setting the samba server go to the following sites.
http://us4.samba.org/samba/docs/man/...TO-Collection/
http://us4.samba.org/samba/docs/