当前位置: 技术问答>linux和unix
nfs 挂载问题??
来源: 互联网 发布时间:2016-07-02
本文导语: 哪位高手能解决?小弟nfs挂载有问题 mount: wrong fs type, bad option, bad superblock on 192.168.66.206:/hh123 missing codepage or other error In some cases useful info is found in syslog - try dmesg | tail...
哪位高手能解决?小弟nfs挂载有问题
mount: wrong fs type, bad option, bad superblock on 192.168.66.206:/hh123
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
[root@localhost etc]# dmesg | tail
RPC: failed to contact local rpcbind server (errno 5).
NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory
NFSD: unable to find recovery directory /var/lib/nfs/v4recovery
NFSD: starting 90-second grace period
nfsd: last server has exited
nfsd: unexporting all filesystems
RPC: failed to contact local rpcbind server (errno 5).
NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory
NFSD: unable to find recovery directory /var/lib/nfs/v4recovery
NFSD: starting 90-second grace period
mount: wrong fs type, bad option, bad superblock on 192.168.66.206:/hh123
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
[root@localhost etc]# dmesg | tail
RPC: failed to contact local rpcbind server (errno 5).
NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory
NFSD: unable to find recovery directory /var/lib/nfs/v4recovery
NFSD: starting 90-second grace period
nfsd: last server has exited
nfsd: unexporting all filesystems
RPC: failed to contact local rpcbind server (errno 5).
NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory
NFSD: unable to find recovery directory /var/lib/nfs/v4recovery
NFSD: starting 90-second grace period
|
首先确定你的系统是不是支持NTFS挂载,不支持(一般新版本的Linux都支持),那就要打个补丁装个程序;
剩下就是挂载了,
mount -t ntfs /dev/hd** /mnt
剩下就是挂载了,
mount -t ntfs /dev/hd** /mnt
|
如果系统的nfs服务已经开启,就需要确认一行需要挂载的目录是否在nfs允许的共享目录列表中.
|
Probably it is a firewall issue. Put a rule in the firewall or flush iptables.
iptables -F
Also check that you have portmap service started
/etc/init.d/portmap restart
iptables -F
Also check that you have portmap service started
/etc/init.d/portmap restart