Mounting an NFS share on Red Hat Enterprise Linux 7 results in error "mount(2): No such device"
Issue
- Mounting with
mount.nfsresults in error 'No such device':
mount -vvv hostname:/share /mnt
mount.nfs: timeout set for Tue Oct 14 11:46:54 2014
mount.nfs: trying text-based options 'vers=4,addr=192.168.122.143,clientaddr=192.168.122.129'
mount.nfs: mount(2): No such device
mount.nfs: No such device
- Loading the
nfsmodule withmodprobeproduces no output and appears to do nothing:
# modprobe -v nfs
# lsmod | grep nfs
<nothing>
Environment
- Red Hat Enterprise Linux 7.0
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.