02.Linux-CentOS系統NFS掛載時拒絕訪問掛載問題


問題:

在掛載nfs時報拒絕訪問掛載:mount -t nfs 192.163.1.10:/home/opneuser/upload /home/openuser/upload/

報錯信息:Mount,nfs: access denied by server while mounting 192.168.1.10:/home/openuser/upload

解決辦法:

vim /etc/exports

原配置:

/home/openuser/upload 192.168.1.*(insecure,rw,sync,no_root_squash)

修改為:

/home/openuser/upload 192.168.1.0/24(insecure,rw,sync,no_root_squash)


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM