Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Mapping a drive

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
chemical54
Posts: 1
Joined: 2005-09-19 13:24
Contact:

Mapping a drive

#1 Post by chemical54 »

Disclaimer: I am new to Linux / Debian and need everything explained fully.
I am trying to run Debian as a file server. The other machines that are on the network are running Windows XP. When I am in default mode and I go to network servers I can see the XP machines (I can even pull files from them). I need to know if there is a way that I can map a network drive to the Debian server from the XP machines so that I can send files to the server.

User avatar
startx
Posts: 172
Joined: 2004-09-16 12:14
Location: london

#2 Post by startx »

hi. i think "samba" is what you are looking for.

http://us5.samba.org/samba/
debian squeeze for everyday life, many other versions for the rest

lacek
Posts: 764
Joined: 2004-03-11 18:49
Location: Budapest, Hungary
Contact:

#3 Post by lacek »

To mount a share exported on a windows computer:
smbmount //computer/sharename /dir/to/mount

See the man page of smbmount for additional options like username.

Post Reply