张大佬张大佬

linux下NFS远程目录挂载

二、客户端

1、创建共享目录

mkdir  /data/share-file

2、挂载目录


mount 192.168.1.1:/data/nfs-share /data/share-file



 #如果有报错安装 nfs-utils 即可
 yum install nfs-utils

3、卸载已挂载目录

umount /data/share-file


本原创文章未经允许不得转载 | 当前页面:张大佬 » linux下NFS远程目录挂载

评论