Tutorial for UFS
一、Operations in the console
Create UFS and Add Mount Target, there’s one value needs to be recorded:
IP Address: 10.31.47.136:/
二、Operations in the UHost
Execute the following command to install NFS:
sudo apt-get install nfs-common
Execute the following command to mount:
sudo mount -t nfs -o rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2,noresvport,nfsvers=3,proto=tcp,mountproto=tcp,nolock,noacl 10.31.47.136:/ /mnt
Execute the following command to check:
df -h
The image above indicates that UFS mounts successfully.