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!.
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!
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
This topic is archived. New comments cannot be posted and votes cannot be cast.
Responses to this topic
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
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