NFS
두 개의 RHEL7 노드간에 구성하려고합니다 .
첫 번째 노드 :
[root@ip-10-164-175-246 ~]# cat /etc/redhat-release
Red Hat Enterprise Linux Server release 7.0 (Maipo)
[root@ip-10-164-175-246 ~]# rpm -q nfs-utils
nfs-utils-1.3.0-0.el7.x86_64
[root@ip-10-164-175-246 ~]# cat /etc/exports
/var/www/html/ ip-10-184-161-46.ec2.internal(rw)
[root@ip-10-164-175-246 ~]#
두 번째 노드 :
[root@ip-10-184-161-46 ~]# mount ip-10-164-175-246.ec2.internal:/var/www/html/ /mnt/
[root@ip-10-184-161-46 ~]# touch /mnt/$$
touch: cannot touch ‘/mnt/3326’: Permission denied
[root@ip-10-184-161-46 ~]#
/mnt/
NFS 를 통해 아무것도 쓸 수없는 이유는 무엇 입니까?
(rw)
에서/etc/exports
를 변경하고 서버(rw,no_root_squash)
에서 작업을 수행 한exportfs -av
다음 클라이언트에서 파일 시스템을 다시 마운트하고 다시 시도하십시오.