Hi,
Did you get this?
You can also do from cli. See the steps below:
sin> vol create volexp aggr1 50m
Creation of volume 'volexp' with size 50m on containing aggregate
'aggr1' has completed.
say now i have vol volexp.
I create an export:
sin> exportfs -p anon=0 /vol/volexp
The export should so as follows:
[root@shoemaker-rhel6x64-01 /]# ssh sin exportfs | grep -i volexp
root@sin's password:
/vol/volexp -sec=sys,rw,anon=0
Mount the volume and browse the files:
[root@shoemaker-rhel6x64-01 /]# mount sin.rtp.netapp.com:/vol/volexp /mnt/exported
[root@shoemaker-rhel6x64-01 /]# cd /mnt/exported/
[root@shoemaker-rhel6x64-01 exported]# ls
[root@shoemaker-rhel6x64-01 exported]# df .
Filesystem 1K-blocks Used Available Use% Mounted on
sin.rtp.netapp.com:/vol/volexp
40960 64 40896 1% /mnt/exported
Hope this is useful.
Thanks,
Arun