Originally posted by: nh4aix
MK -
I am sorry this isn't clear. I try again and stick with your example:
You mount /dev/fslv03, fs will available at /a/b/c. No problem.
When you mount /dev/fslv02 , fs will be avilable at /a/b. However, what is the status of the /dev/fslv03 filesystems mounted at /a/b/c? It will be overmounted with whatever in in /a/b/c in /dev/fslv02.
Another poster made a suggestion... try it... For example:
Put two files (123 and 456) in /a/b/c on /dev/fslv03.
Put two other files (abc and xyz) in /a/b/c on /dev/fslv02.
Then do what you suggest:
Mount /dev/fslv03; fs will be available at /a/b/c and the contents of /a/b/c (ls /a/b/c) will be "123" and "456".
Now, mount /dev/fslv02; fs will be available at /a/b and the contents of /a/b/c will be "abc" and "xyz".
The files "123" and "456" are unavailable because the pointer to the /a/b/c directory is following the inode in the /dev/fslv02 filesystem.
Try it... seeing it may help..
Not sure I can explain it much better in this medium... Another suggestion is to call IBM support.. they may be able to provide a better explanation over the phone...
Good luck..