|
|
我做了以下操作,在挂载本机时,为什么会出现权限不够的问题?
[root@localhost root]# /etc/init.d/nfs start
启动 NFS 服务: [ 确定 ]
Starting NFS quotas: [ 确定 ]
启动 NFS 守护进程: [ 确定 ]
启动 NFS mountd: [ 确定 ]
[root@localhost root]# mount 10.28.106.17:/ /mnt
mount: 10.28.106.17:/ failed, reason given by server: 权限不够
[root@localhost root]# ifconfig
eth0 Link encap:Ethernet HWaddr 00:0C:29:C8:F4:05
inet addr:10.28.106.17 Bcast:10.28.107.255 Mask:255.255.252.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:19 errors:0 dropped:0 overruns:0 frame:0
TX packets:11 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:2506 (2.4 Kb) TX bytes:1791 (1.7 Kb)
Interrupt:10 Base address:0x10a4 |
|