LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Mounting a Directory from another Machine (https://www.linuxquestions.org/questions/linux-general-1/mounting-a-directory-from-another-machine-247090/)

Paintballguy59 10-25-2004 10:33 AM

Mounting a Directory from another Machine
 
How do I mount a file directory (/tools) from another Linux machine on the same internal network to another Linux machine?

m0rg 10-25-2004 10:36 AM

have a look at NFS file system
or you can do it via samba.

LinuxRam 10-26-2004 06:02 AM

A Quick NFS How to !
 
@Paintballguy59


A small (very very very quick) nfs how to for u :-
=======================================

NFS Server Configuration
--------------------------------

1. vi /etc/exports
/tools 192.168.1.1(rw)
(ip of the system to which u want to share tools folder)

2. /etc/init.d/nfs start

3. /etc/init.d/nfslock start


NFS Client Configuration
------------------------------

1. /etc/init.d/portmap start

2. mount -a -t nfs


For further info get back here or u can read http://nfs.sourceforge.net/nfs-howto/


Akshat


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