Search This Blog

Friday, September 24, 2010

Mount NFS share on ESX

Use following command to mount NFS share on ESX server.
#esxcfg-nas -a -o 10.180.11.111 -s /export/bkp_share NFS02

Above command with mount a NFS share /export/bkp_share @ 10.180.11.111 server with the name as NFS02

Below command will show the list of NFS share mounted .
# esxcfg-nas -l
NFS02 is /export/bkp_share from 10.180.11.111 mounted
Actual location of NFS02 is
/vmfs/volumes/NFS02/


To delete the above mounted share use following command.
# esxcfg-nas -d NFS02

You can view following URL for more details above ESX server commands.

http://b2v.co.uk/b2vguide2vmware3.htm

No comments:

Post a Comment