ฉันพยายามกำหนดค่า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
บนเซิร์ฟเวอร์จากนั้นติดตั้งระบบไฟล์บนไคลเอนต์แล้วลองอีกครั้ง