栏目头部广告

Tutorial for UFS

一、Operations in the console

1.jpg

2.jpg

3.jpg

4.jpg

5.jpg

Create UFS and Add Mount Target, there’s one value needs to be recorded:

IP Address: 10.31.47.136:/

二、Operations in the UHost

6.jpg

Execute the following command to install NFS:

       sudo apt-get install nfs-common

7.jpg

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

8.jpg

Execute the following command to check:

       df -h

The image above indicates that UFS mounts successfully.

文章详情页广告

Browse At Random.

底部广告
`