2016-02-17 18:51 GMT+01:00 Alberto Cabrejas Pérez <[email protected]>: > root@ftp:/# showmount -e 172.28.1.8 > Export list for 172.28.1.8: > /mnt/FTP/ftp 10.28.1.0,172.28.1.0 > /mnt/STORAGE 172.28.1.0 > root@ftp:/# mount -t nfs 172.28.1.8:/mnt/FTP/ftp/ /var/storage/FTP/ > mount.nfs: No such device > root@ftp:/# modprobe nfs > modprobe: ERROR: ../libkmod/libkmod.c:508 > kmod_lookup_alias_from_builtin_file() could not open builtin file > '/lib/modules/2.6.32-37-pve/modules.builtin.bin' > modprobe: FATAL: Module nfs not found. > root@ftp:/# lsmod | grep nfs > > -- > > Saludos, Alberto Cabrejas Pérez > Administrador de Redes Informáticas
Empieza por asegurarte de que no está: En nfs.ko debería estar en la ruta: /lib/modules/VERSIÓN_DE_TU_KERNEL/kernel/fs/nfs/nfs.ko Si no está, entonces tienes un paquete del kernel mal instalado/compilado. S2.

