This post is more than 5 years old
2 Intern
•
127 Posts
0
547
June 30th, 2011 08:00
NFS export question
I have an NFS export already existing for a file system sterling and exported it as /sterling/images. Now, user wants an NFS export under that subfolder. Is that possible?
current NFS export 172.16.200.10:/sterling/images and is mounted on /images
user wants another export 172.16.200.10:/sterling/images/cert/small/public and mount it on /public
Is this possible? since I have already a parent export existing in NAS Or is there any other way of getting this done in unix?
I'm planning to use nfs command "server_export server_4 -P nfs -name public /sterling/images/cert/small/public" and input the IPs from GUI but not sure it work or not and also worreid if it mess up the parent NFS export which is in porduction. Any ideas?
No Events found!
dynamox
9 Legend
•
20.4K Posts
0
June 30th, 2011 08:00
yes, it's possible on Celerra.
Narahari1
2 Intern
•
127 Posts
0
June 30th, 2011 08:00
dynamox
9 Legend
•
20.4K Posts
0
June 30th, 2011 09:00
not sure about that, i know you can export it like this:
/sterling
and another nfs export
/sterling/images
and mount these to two different mount points on the host.
Rainer_EMC
4 Operator
•
8.6K Posts
0
June 30th, 2011 21:00
Yes, nested exports have been implemented for a number of years now