当前位置: 技术问答>linux和unix
关于nfs挂载失败的错误提示?
来源: 互联网 发布时间:2016-08-29
本文导语: redflag6 PC1, 192.168.1.99 exports: /root *(rw) redhat5 PC2, 192.168.1.98 exports: /root *(rw) # echo "/root *(rw)" >> exports # service portmap start # service nfs start 两台PC同样的操作后, PC2可以挂载到PC1的导出目录,也可...
redflag6 PC1, 192.168.1.99 exports: /root *(rw)
redhat5 PC2, 192.168.1.98 exports: /root *(rw)
# echo "/root *(rw)" >> exports
# service portmap start
# service nfs start
两台PC同样的操作后,
PC2可以挂载到PC1的导出目录,也可以挂载到自己的导出目录
而PC1则不能挂载到PC2,也不能挂载到自己的导出目录
错误提示
[root@localhost etc]# mount -t nfs 192.168.1.99:/root /mnt/nfs/
mount: wrong fs type, bad option, bad superblock on 192.168.1.99:/root,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
请问一下这是怎么回事呢?
redhat5 PC2, 192.168.1.98 exports: /root *(rw)
# echo "/root *(rw)" >> exports
# service portmap start
# service nfs start
两台PC同样的操作后,
PC2可以挂载到PC1的导出目录,也可以挂载到自己的导出目录
而PC1则不能挂载到PC2,也不能挂载到自己的导出目录
错误提示
[root@localhost etc]# mount -t nfs 192.168.1.99:/root /mnt/nfs/
mount: wrong fs type, bad option, bad superblock on 192.168.1.99:/root,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
请问一下这是怎么回事呢?
|
rpcinfo -p 看看nfs相关服务是否启动成功
|
/root 也可以挂载???
楼主要确认下,我的印象中好像是不可以的
楼主要确认下,我的印象中好像是不可以的
|
似乎是硬盘硬件错误之类的,提示你看系统硬件有关的日志/var/log/dmesg。
|
可能是没有安装 nfs的包,一个什么nfs kernel 的包。以前ubuntu上也是要装一下
|
不论是客户端还是服务器端,要使用nfs时,都需要启动rpc。
记得书上好像是这么说的。
记得书上好像是这么说的。