【发布时间】:2016-01-27 06:11:04
【问题描述】:
我正在使用centos。我正在尝试将服务器目录挂载到本地目录。
服务器:10.10.10.1
客户端:10.10.10.2
服务器的 /etc/exports 有这个内容 /logs/user *(rw,sync,no_root_squash,no_subtree_check)
当我运行命令 # showmount -e 10.10.10.1 时,它显示,Export list for 10.10.10.1:
/logs/user *
现在当我尝试挂载mount -t nfs 10.10.10.1:/logs/user /mnt/nfs/home
我得到了这个:mount: 10.10.10.1:/logs/user failed, reason given by server: Permission denied
【问题讨论】: