sudo apt -y install nfs-common
For CentOS:
sudo yum install nfs-utils
mount 0.0.0.0:/shares/share-d54589b8-132f-4de4-ae99-af5c6cdfdb9c /mount/path
Replace /mount/path
with the path to the local file directory where you want to mount the file share.
sudo mount -o vers=3,nconnect=56,remoteports=dns,spread_reads,spread_writes ndp1-2-vast.cloud.gc.onl:/manila/manila-55d09002-a19b-465c-ba19-280024637cfb /mount/path
Now you can access the contents of the VAST file share in the specified directory.
nconnect
option, install the VAST Enhanced NFS Client.umount -lf /your/share
To resize your file share, go to the Overview tab and click Resize as shown below.