Need to modprobe nfs module before mounting nfs4 export
Bug #117957 reported by
Laurent Bigonville
This bug affects 12 people
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| nfs-utils (Debian) |
Fix Released
|
Unknown
|
|||
| nfs-utils (Ubuntu) |
Fix Released
|
Medium
|
Unassigned | ||
| util-linux (Ubuntu) |
Invalid
|
Undecided
|
Unassigned | ||
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.
| Changed in nfs-utils: | |
| status: | Unknown → Fix Released |
| Changed in nfs-utils (Ubuntu): | |
| status: | New → Triaged |
| importance: | Undecided → Medium |
To post a comment you must log in.

I'll confirm that this problem still exists in Gutsy as of this date.