View previous topic :: View next topic |
Author |
Message |
ne0_2k Apprentice
Joined: 26 Nov 2005 Posts: 243
|
Posted: Mon Jan 23, 2006 9:53 am Post subject: sharing files in network with windows xp [solved] |
|
|
Hi ,
i'm connected to a home network with another computer that's running windows xp.
how can i get access to the files he's sharing ?
thanks
Last edited by ne0_2k on Mon Jan 23, 2006 2:23 pm; edited 1 time in total |
|
Back to top |
|
|
fangorn Veteran
Joined: 31 Jul 2004 Posts: 1886
|
Posted: Mon Jan 23, 2006 10:25 am Post subject: |
|
|
this can be done with samba (to make windows see your linux filesystem) and smbmount (to mount the windows shares)
to mount a windows share once do
Code: |
smbmount //<windows_box>/<share> /<mountpoint -o username=xxx,password=yyy,uid=<your_user>,gid=<your_group>
|
I do not have a fstab entry at hand at the moment, but you can search for that in the forum |
|
Back to top |
|
|
ne0_2k Apprentice
Joined: 26 Nov 2005 Posts: 243
|
Posted: Mon Jan 23, 2006 2:23 pm Post subject: |
|
|
thanks. |
|
Back to top |
|
|
|