LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Sharing folders across linux network (https://www.linuxquestions.org/questions/linux-networking-3/sharing-folders-across-linux-network-133076/)

linuxboy69 01-09-2004 10:28 AM

Sharing folders across linux network
 
I am trying to find out how I can mount a folder from a remote computer on the local computer. When I try to look this up in google I just get pages and pages of how to network from linux to windows. I just want to share a folder from linux box to linux box. Any help would be greatly appreciated.

peter_robb 01-09-2004 10:38 AM

From The Linux Documentation Project, www.tldp.org...

http://www.tldp.org/LDP/nag/node140.html Using NFS, Network File System
This is an unencrypted communication...

dubman 01-09-2004 12:14 PM

mount -t smbfs -o username=jimbob,password=jimbobs_password //server/dir /mnt/folder

where "jimbob" is your username, "jimbobs_password" is your password, "server/dir" is the server/location you are trying to mount to, and "/mnt/folder" is your lcoal mount point.

linuxboy69 01-09-2004 12:22 PM

If I put 16 gigs of information in the shared folder and then use nfs to access it would this likely cause a serious drain on computer resources??


All times are GMT -5. The time now is 04:36 AM.