OCI: Mounting NFS Filesystem Fails With Error "mount.nfs No such device."
in Linux
Applies To:
Oracle Cloud Infrastructure
Linux OS
Symptoms:
Unable to mount NFS share, getting this error:
# mount x.x.x.x:/NFS/Share /mountpoint -vvv
...
mount.nfs: timeout set for Wed Nov 27 10:11:30 2024
mount.nfs: trying text-based options 'vers=4,addr=x.x.x.x, clientaddr=x.x.x.x'
mount.nfs: mount(2): No such device
mount.nfs: No such device
#
This failure is also logged in /var/log/messages*
:
<timestamp> <hostname> kernel: Verify ELF error (assertion 69)
<timestamp> <hostname> kernel: Module failed ELF checks
<timestamp> <hostname> modprobe: FATAL: Error inserting nfs (/lib/modules/<kernel version>/kernel/fs/nfs/nfs.ko): Accessing a corrupted shared library
0