无法mout aix nfs系统

Web、Mail、Ftp、DNS、Proxy、VPN、Samba、LDAP 等基础网络服务
回复
ulric
帖子: 3
注册时间: 2012-06-04 10:34

无法mout aix nfs系统

#1

帖子 ulric » 2012-06-04 10:47

我装了一台12.04 server版本的ubuntu,我在aix下面使用nfs共享了一个文件系统 /test
而且我在unbutu下面使用showmount aix-ip -a都可以看到那个文件系统。如下:
/test (everyone)
我使用mount的命令:
root@++++:~# mount aix-ip:/test ~/test
mount: wrong fs type, bad option, bad superblock on aix-ip:/test,
missing codepage or helper program, or other error
(for several filesystems (e.g. nfs, cifs) you might
need a /sbin/mount.<type> helper program)
In some cases useful info is found in syslog - try
dmesg | tail or so

安装了nfs-common后 就报下面错误:
root@+++++:~# mount aix-ip:/test ~/test
mount.nfs: Remote I/O error

使用mount -t nfs aix-ip:/test ~/test
都是同样错误。

可是我使用我另外一台机器,centos5.2系统的机器,就可以正常mount到该系统,我不知道在ubuntu下还要配置什么,将才可以mount到这个系统?
回复