- 爱易网页
-
Linux
- Linux上配置NFS网路文件系统
日期:2014-05-16 浏览次数:20660 次
Linux下配置NFS网路文件系统
1.首先,就是要建立 /etc/exports 文件内容
[root@linux ~]# vi /etc/exports
/tmp 192.168.0.0/24(rw,no_root_squash)
2.建立相关的文件目录
/tmp
[root@linux ~]# ll -d /tmp
drwxrwxrwt 5 root root 20480 Sep 22 22:52 /tmp
3.启动 portmap 與与 nfs 服务
[root@linux ~]# /etc/init.d/portmap start
[root@linux ~]# /etc/init.d/nfs start
[root@linux ~]# /etc/init.d/nfslock start
4.在另一台主机上进行挂载
[root@linux ~]# mount -t nfs 192.168.0.100:/tmp /home/zzz/tmp
免责声明: 本文仅代表作者个人观点,与爱易网无关。其原创性以及文中陈述文字和内容未经本站证实,对本文以及其中全部或者部分内容、文字的真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。