LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Samba? (https://www.linuxquestions.org/questions/linux-networking-3/samba-34242/)

esael 10-31-2002 05:29 AM

Samba?
 
Hi,

I've used samba to share my Linux folders to my windows PC in a network. Been successful.

Now, how can I share my windows folders to my Linux?

What program should I use?

Esael

daxy 10-31-2002 05:50 AM

Well, just use samba :) Samba can be used to share your drive/pc and access other shares.

Take a look in your /etc/samba/smb.conf (or wherever it's stored). You can see some pre-defined entry's which you can use. It's quite simple, as long as you follow the directions in smb.conf.

Hope this helpes.

michaelk 10-31-2002 10:04 AM

Sharing window folders
 
Refer to www.samba.org & search the website for more info.
ref smbmount

To mount a windows share (as root in console):

mount -t smbfs //windowspc/share /mnt/winshare

if username,password needed then

mount -t smbfs -o username=xxxx,password=xxxx //windowspc/share /mnt/winshare

A equiv. network neighboorhood for linux is LinNeighborhood


All times are GMT -5. The time now is 07:29 AM.