Comment 0 for bug 117957

Revision history for this message
Laurent Bigonville (bigon) wrote : (gutsy)Need to modprobe nfs module before mounting nfs4 export

Hi,

I try to mount an nfs4 export but I need to modprobe the nfs module manually before

$ sudo mount -t nfs4 router:/ /mnt
mount: unknown filesystem type 'nfs4'
$ sudo modprobe nfs
$ sudo mount -t nfs4 router:/ /mnt
 I think it's a regression from feisty