LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   Mounting NFS (CentOS5.6 x64bit) issue on CentOS6.4 x64bit (https://www.linuxquestions.org/questions/linux-server-73/mounting-nfs-centos5-6-x64bit-issue-on-centos6-4-x64bit-4175479198/)

sunnysthakur 10-01-2013 08:06 AM

Mounting NFS (CentOS5.6 x64bit) issue on CentOS6.4 x64bit
 
Hello,

We have NFS server setup on CentOS5.6 x64bit with nfs 3 version.

Now we have setup a another server CentOS6.4 x64 bit and going to mount nfs location (Which setup on CentOS5.6 x64bit). Now when i am mounting this location on CentOS6.4 x63 bit, below error is displaying.

PHP Code:

[root@supportrepo ~]# mount -o vers=3 192.xx.xx.xxx:/storage  /nfs/
mountwrong fs typebad optionbad superblock on 192.xx.xx.xxx:/storage,
       
missing codepage or helper program, or other error
       
(for several filesystems (e.gnfscifsyou might
       need a 
/sbin/mount.<typehelper program)
       
In some cases useful info is found in syslog - try
       
dmesg tail  or so 

I also tried other switches also but same issue is occuring

PHP Code:

[root@supportrepo ~]# mount -t nfs4 192.16.17.130:/storage /nfs/
mountwrong fs typebad optionbad superblock on 192.16.17.130:/storage,
       
missing codepage or helper program, or other error
       
(for several filesystems (e.gnfscifsyou might
       need a 
/sbin/mount.<typehelper program)
       
In some cases useful info is found in syslog - try
       
dmesg tail  or so 


AlucardZero 10-01-2013 10:43 AM

Is nfs-utils installed?


All times are GMT -5. The time now is 04:18 AM.