Question :
How to resolve the following mount error on Linux platforms ?
[root@instrhel6ppc ~]# mount -o nolock thor:/devinst /devinst
mount.nfs: Remote I/O error
[root@instrhel6ppc ~]#
Answer :
Add the options to mount as shown below and it will resolve the issue .
[root@instrhel6ppc ~]# mount -o vers=3 thor:/devinst /devinst
[root@instrhel6ppc ~]#
I tried this solution. Does not work.
ReplyDeletePLease help.
what is the exact command run by you ?
DeleteHi This is Sarang ,
ReplyDeleteI was trying to mount NFS export of AIX 5.3 on Redhat,
faced same problem,
got resolved post using mount -o vers=3
Thanks for this upload..
Entry in /etc/fstab should be as below on RHEL server if you want to mount /cdunix from AIX server on RHEL server at mount point /ABCD.
ReplyDelete=====================================
[root@RHEL /]# cat /etc/fstab | grep /ABCD
AIX:/cdunix /ABCD nfs defaults,nfsvers=3 0 0
======================================
nfsvers=3 makes the difference
Above solution worked for me too
Deletegot the same error, even doing all tests and getting:
ReplyDeletemount.nfs: mount(2): Permission denied
mount.nfs: access denied by server while mounting tnsa033:/sate_stage
This seems to be a different error . Have you made the relevant entries in the server tnsa033 ?
Deletehttps://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/3/html/System_Administration_Guide/s1-nfs-mount.html