[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [Disarmed] debian8 - nfs



El 17 de febrero de 2016, 3:36, Alberto Cabrejas Pérez
<alberto@scgr.artex.cu> escribió:
>
> tengo un servidor nfs en una pc funcional, estoy configurando un servidor con debian8 y al intentar utilizarlo como cliente nfs me devuelve: mount.nfs: No such device, el servidor nfs funciona bien, tengo instalado nfs-common, intento montarlo de la forma: mount -t nfs 192.168.8:/mnt/FTP/ /var/storage/FTP , mount.nfs 192.168.1.8:/mnt/FTP/ /var/storage/FTP, mount.nfs4 192.168.1.8:/mnt/FTP/ /var/storage/FTP
> --
>
> Saludos, Alberto Cabrejas Pérez


Client-side issues

mount.nfs4: No such device

Check that you have loaded the nfs module

lsmod | grep nfs

and if previous returns empty or only nfsd-stuff, do

# modprobe nfs


https://wiki.archlinux.org/index.php/NFS/Troubleshooting

S2.


Reply to: