You can mount NFS shares using the interface in the datastore section. Here you can add storage and select NFS. Mounting via cli can be done with the esxcli command: esxcli storage nfs add --host=<IP> --share=<SHARENAME-REMOTE> --volume-name=<SHARENAME-LOCAL>
↧