centos7 挂载 阿里云 NAS

先要安装工具,命令如下:

yum install nfs-utils -y

然后开始挂载:

sudo mount -t nfs -o vers=3,nolock,proto=tcp,rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2,noresvport xxxxxx-rpq86.cn-beijing.nas.aliyuncs.com:/ /mnt

 

posted @ 2021-04-29 14:46  圆旭  阅读(333)  评论(0编辑  收藏  举报