LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   access linux shares from winxp (https://www.linuxquestions.org/questions/linux-networking-3/access-linux-shares-from-winxp-79380/)

flynnhandley 08-05-2003 10:55 PM

access linux shares from winxp
 
heya

i was just wondering if any one knows how i can access my /mnt/win_c file over a network from a win xp box ?

thanks :)

JoeDuncan 08-27-2003 02:46 PM

Sure, what you need to do is setup Samba.

Samba will let you create NetBIOS shares from your linux box that can be accessed by your WinXP box.

There are plenty of good sites on the net on how to setup Samba, just google for "Samba HOWTO" and you should be flying.

Once you've got Samba up and running you just create a share for /mnt/win_c and away you go!

Good luck!

jdruin 08-27-2003 02:55 PM

As suggested by JoeDuncan, Samba is a simple (simple doesnt mean easy) option. Once you get your samba installed, you will need to set up a share in your smb.conf file. I might suggest this as a start:

[global]
workgroup = "Your workgroup name"
netbios name = REDHAT
server string = Samba %v on %L server at %T
socket options = TCP_NODELAY
dns proxy = No

[windows]
comment = Windows Share
path = /mnt/win_c
volume = Redhat-Win-Drive
read only = No
guest ok = Yes
guest only = Yes
case sensitive = No
hide dot files = Yes
follow symlinks = No
wide links = No


All times are GMT -5. The time now is 12:37 PM.