|
虚拟机中:
[root@4 etc]# ifconfig eth0 192.168.0.22 up
[root@4 etc]# service nfs restart
关闭 NFS mountd: [确定]
关闭 NFS 守护进程: [确定]
关闭 NFS quotas: [确定]
关闭 NFS 服务: [确定]
启动 NFS 服务: exportfs: No options for / *: suggest *(sync) to avoid warning
[确定]
关掉 NFS 配额: [确定]
启动 NFS 守护进程: [确定]
启动 NFS mountd: [确定]
[root@4 etc]#
PC机超级终端:
# ifconfig eth0 192.168.0.11
# ifconfig
eth0 Link encap:Ethernet HWaddr 00:12:34:56:80:49
inet addr:192.168.0.11 Bcast:192.168.0.255 Mask:255.255.255.0
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:51 Base address:0xa300
# mount -n -o nolock,rsize=1024,wsize=1024,timeo=15 192.168.0.22:/ /mnt
没有出现错误,怎么就挂载不了呢????????????????
|
|