The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 08-09-2007
cy163 cy163 is offline
Registered User
  
 

Join Date: Apr 2007
Posts: 27
how to mount a file system of a remote machine to local file system

Hi friends,


In my case, there are serveral PCs running Linux in a LAN.

I would like to to mount the directory /A_river of machine-A to the file system of another machine machine-B so that I can access files in that directory.

I do not know how to do this. The situation is complicated by the following needs. I need /A_river of machine-A can be mounted by serveral machine, machine-B, machine-C, machine-D, etc. Shall I repeat the operations on each machine. What is the wise way to do this.


Thanks