nfs權限拒絕問題

1.設置權限爲755

2.設置exports爲
/root/test *(rw,sync,no_root_squash)

3.exports生效
exports -r

4.掛載格式爲
 mount -o 192.168.30.67:/test /root/test


5.在fstab中寫入格式爲

192.168.30.67:/root/test    test    nfs    defaults    0 0

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章