[Bug 117957] Re: Need to modprobe nfs module before mounting nfs4 export
Stefan Bader
stefan.bader at canonical.com
Wed Jan 25 16:03:01 UTC 2012
This is now worked around in Precise (12.04) by always starting idmapd
(because mount does negotiate an nfs4 mount anyway, even when fstype is
nfs) and having a modprobe for nfs in the startup script. So after
installing nfs-common, the nfs module is practically always present (see
bug #662711). Therefor marking this as fix released for trunk.
** Changed in: nfs-utils (Ubuntu)
Status: Triaged => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to nfs-utils in Ubuntu.
https://bugs.launchpad.net/bugs/117957
Title:
Need to modprobe nfs module before mounting nfs4 export
Status in “nfs-utils” package in Ubuntu:
Fix Released
Status in “util-linux” package in Ubuntu:
Invalid
Status in “nfs-utils” package in Debian:
Fix Released
Bug description:
In order to mount an nfs4 export, it is necessary to modprobe the nfs
module manually, unless an nfs mount has already taken place.
$ sudo mount -t nfs4 router:/ /mnt
mount: unknown filesystem type 'nfs4'
$ sudo modprobe nfs
$ sudo mount -t nfs4 router:/ /mnt
This effects gutsy (original report), hardy, intrepid and jaunty.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nfs-utils/+bug/117957/+subscriptions
More information about the foundations-bugs
mailing list