Running system:
RASPBERRY_PI
Firmware Version: Feb 21 2015 18:37:41
version 35719cfaa6b22a5743a7de87ddbae98b1ff37d9b (clean) (release)
uname -a:
Linux ccx-pi 3.18.7-7-ARCH #1 PREEMPT Sat Feb 21 10:42:40 MST 2015 armv6l GNU/Linux
After system upgrade to 3.18.7-7-ARCH mounting nfs after reboot failed. The problem is on client side.
sudo mount -a failed.
mount.nfs: Protocol not supported.
The nfs server is running on an external NAS. It is accessable from my notebook and smartphone.
1. systemctl status rpcbind -> active
2. systemctl status nfs-client-target -> active
3. modinfo nfs:
modinfo: ERROR: Module alias nfs not found.
4. /lib/modules/3.18.7-7-ARCH/kernel/fs
-> no "nfs" directory
-> no "nfs.ko.gz" found in /lib/modules/3.18.7-7-ARCH/kernel
5. Downgrade pacman -U /var/cache/.../3.18.5.1-ARCH
Not working. Also no "nfs.ko.gz" in /lib/modules/3.18.5-1-ARCH/kernel/fs
Questions:
1.) Has anyone else the same problem?
2.) From which packet is the nfs.ko.gz comming?
3.) Any workaround? Any possibilty to manually install nfs module?