At 18:04 27.10.2002, Joseph A Nagy Jr said:
--------------------[snip]--------------------
>I think the subject says it all, but in case it doesn't, I'm looking to 
>enable file sharing on the XP box so that I can move files to/from the 
>XP computer to the Linux box.
--------------------[snip]-------------------- 

Step 1: share the folder on your XP box you want to move files from/to
Step 2: mount the share on your RH box using smbfs (available if you have
Samba installed which should be with a standard RH installation).
Step 3: use the XP folder just as a regular Linux folder.

Mor info on how to mount SMB shares:
man smbclient
man mount

Example:
mount -t smbfs //server/share /linux/folder -o
username=XPUser,password=XPPassword

will mount the share "share" located on server "server" into the directory
"/linux/folder" (which must already exist).

HTH,

-- 
   >O     Ernest E. Vogelsinger                /~\ The ASCII
   (\)    ICQ #13394035                        \ / Ribbon Campaign 
    ^                                           X  Against
                                               / \ HTML Email



-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to