Linux用户如何通过NFS访问NAS共享文件夹?
1、启用Linux NFS服务

2、开启NFS访问权限

3、Linux用户,在Linux上执行以下命令: mount -t nfs <NAS IP>:/<Shared Folder Name> <Directory to Mount>

4、访问NAS共享文件夹

5、设置Linux用户开机自动挂载
编辑/etc/fstab添加
10.12.21.224:/share/Public /mnt/public nfs defaults 0 0

阅读量:163
阅读量:144
阅读量:94
阅读量:153
阅读量:126