Nothinman

Elite Member
Sep 14, 2001
30,672
0
0
Do you mean is it possible to mount an NFS share inside of another NFS share?
 

TehJustinator

Member
Oct 9, 2007
35
0
0
I'm not sure what you mean. To clarify:

Directory A on computer 1.
Directory A mounted via nfs on computer 2.
Computer 2 exports directory A.
Directory A mounted by Computer 3 via nfs to Computer 2.
Computer 3 cannot know that computer 1 exists.
 

Nothinman

Elite Member
Sep 14, 2001
30,672
0
0
Ah I thought you meant something like:

Server1 exports /blah and /foo
Client1 mounts Serber1:/blah at /blah and Server1:/foo at /blah/foo.

For what you want to do, I don't believe it's possible and even if it was it would be an extremely bad idea.
 

Vadatajs

Diamond Member
Aug 28, 2001
3,475
0
0
Originally posted by: TehJustinator
I'm not sure what you mean. To clarify:

Directory A on computer 1.
Directory A mounted via nfs on computer 2.
Computer 2 exports directory A.
Directory A mounted by Computer 3 via nfs to Computer 2.
Computer 3 cannot know that computer 1 exists.

Not possible.

If a filesystem is NFS mounted, it cannot be exported.