2007-11-1 23:22
xiaomage79
请教:关于nfs Permission denied问题??
#hostname
test2
#more /etc/exports
/sharefs -access=test2
在test2上
#mount test2:/sharefs /mnt
Permission denied
出现错误
但是
#more /etc/exports
/sharefs -access
或者
#more /etc/exports
/sharefs -root=test2
#mount test2:/sharefs /mnt
OK
请教:这是什么原因了,为什么第一种配置mount失败呢??