LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Mount linux to linux (https://www.linuxquestions.org/questions/linux-newbie-8/mount-linux-to-linux-336382/)

froggo 06-23-2005 07:49 AM

Mount linux to linux
 
hey can anyone tell me how can i mount a drive from linux machine A to linux machine B?

synaptical 06-23-2005 07:52 AM

nfs:

http://nfs.sourceforge.net/nfs-howto/

prasanta 06-23-2005 08:19 AM

#man exports

One should have the nfs server installed on the machine.
For one to mount a partition of machine A on machine B, edit the file /etc/exports in machine A.

< partition to be mounted of A > <mount point > (parameters for accesing the mountpoint)

restart nfs or run the command exportfs -ra to force nfsd to re-read the /etc/exports file.

-Prasanta

isleshocky77 07-14-2005 04:17 PM

How do I do this when the machines are not local to each other??


All times are GMT -5. The time now is 06:42 PM.