autofs mounting problem
I am using SLES 9 with NFS+autofs(3.1.7)
There are 3 Servers, say A, B & C
DIR1 is a share @ A
DIR2 is a share @ B
Want to mount the two Directories on Server-C.
In normal scenario it works, but here the problem is that they want to mount DIR1 on SHARE directory of Server-C, and mount DIR2 under DIR1
I.e.
1) DIR1 of Server-A -> Server-C/SHARE/DIR1
2) DIR2 of Server-B -> Server-C/SHARE/DIR1/DIR2
The first one is working properly, but when we implement the 2nd one, since remounting happens for DIR1 the contents are not accessible.
How to implement this?
|