LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   nfs mount semantic (https://www.linuxquestions.org/questions/linux-newbie-8/nfs-mount-semantic-723733/)

neversetsun 05-04-2009 10:22 PM

nfs mount semantic
 
There are 3 machines: A, B, and C.

A export /home/A as a nfs entry.

B export /home/B as a nfs entry.
B "mount A:/home/A /home/B/A"

C "mount B:/home/B /home/C"

Is it possible that /home/C/A refers to contents on machine A?
I've tried, but /home/C/A refers to contents on machine B.

BR, neversetsun

irishbitte 05-05-2009 03:46 PM

so far as I understand it, you cannot have this sort of 'NFS spaghetti' with NFSv4. That is probably your problem. Why not just mount A directly from C? Or use another directory in B?


All times are GMT -5. The time now is 11:16 PM.