Você precisa adicionar mais uma opção ao montar nfs
, sempre usamos isso
Exemplo
10.0.0.1:/export/share /mnt/shared nfs _netdev,noatime,intr,auto 0 0
Estas são opções de montagem: 'noatime' melhora a taxa de acesso, e 'auto' diz ao Rpi para elevar os compartilhamentos NFS na inicialização.
de man mount
_netdev The filesystem resides on a device that requires network access (used to prevent the system from attempting to mount these filesystems until the network has been enabled on the system).