Oracle Linux – Oracle Linux 8.8 instance cannot mount NFS Share.
in Linux
APPLIES TO:
Linux OS – Version Oracle Linux 8.0 to Oracle Linux 9.0 [Release OL7 to OL9]
Linux x86_64 on Oracle Public Cloud
GOAL:
Mount NFS Share. The rest of instances are able to mount it, this one is the only one getting “Connection Refused” message
Symptoms
[root@client2 ~]# mount -v -t nfs 10.0.100.194:/nfs-share /myStuff mount.nfs: timeout set for Thu Sep 28 18:49:25 2023 mount.nfs: trying text-based options 'port=139,vers=4.2,addr=10.0.100.194,clientaddr=10.0.100.134' <---- Client is trying to connect to port 139 mount.nfs: mount(2): Connection refused mount.nfs: trying text-based options 'port=139,addr=10.0.100.194' mount.nfs: prog 100003, trying vers=3, prot=6 mount.nfs: portmap query retrying: RPC: Program not registered mount.nfs: prog 100003, trying vers=3, prot=17 mount.nfs: portmap query failed: RPC: Program not registered mount.nfs: trying text-based options 'port=139,vers=4.2,addr=10.0.100.194,clientaddr=10.0.100.134' mount.nfs: mount(2): Connection refused
Tagged:
0