• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

NFS

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.
 
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.
 
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.
 
Back
Top