分类 使用技巧 下的文章

CentOS 7 挂载NFS

安装NFS服务yum install nfs-utils -y创建挂载目录,直接挂载NFSmount -t nfs 10.15.2.3:/volume1/OA-NAS/File-Share /mnt/File-Share如果直接挂载报错“mount.nfs: Protocol not supported”,那需要-o vers指定NFS版本示例:mount -t nfs -o vers=4....
阅读全文