How can I share folders in LAN by Linux?

In our LAN, I use Linux Redhat8 and another use Windows2000. After I setup my IP address, my PC can communicate to each other PC by Web, FTP, Mail. But I don't know, how to share my folders (directorys) to other PC and vice-versa (like when you use Client Microsoft Network protocol in Windows LAN) Please help me!.

Linux Networking 361 This topic was started by ,


data/avatar/default/avatar20.webp

1 Posts
Location -
Joined 2003-03-02
In our LAN, I use Linux Redhat8 and another use Windows2000. After I setup my IP address, my PC can communicate to each other PC by Web, FTP, Mail.
But I don't know, how to share my folders (directorys) to other PC and vice-versa (like when you use Client Microsoft Network protocol in Windows LAN)
Please help me!

Participate on our website and join the conversation

You have already an account on our website? Use the link below to login.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


data/avatar/default/avatar08.webp

20 Posts
Location -
Joined 2002-12-08
You need to setup Samba, make sure Samba and SWAT are both installed and running. Any number of help sites on the net will show you have to use them.
 
For browsing windows networks on a linux box I find LinNeighborhood is easy to use.
 
Hope this helps.

data/avatar/default/avatar06.webp

122 Posts
Location -
Joined 2001-10-22
Greetings,
 
Configure LAN/FWall/shared folders n' stuff
 
() Note that you have to be cautious if you want to R/W while under linux to another partition ( better let that R/O(it IS possible but not recommended) )
 
|su root | mount -t smbfs -o username=TheUserName | (prompt for passwd will appear after that ( if necessary )) | //ComputerName/SharedFolder /mnt/TheMountPoint
 
As for within XSession ( try with konqueror or whatever )
 
| smb://xxx.xxx.xxx.xxx/ |
 
Hope that's what you wanted
 
Farewell