Sul mio sistema Ubuntu, ho questa linea in / etc / fstab:
myserver:/home/me /mnt/me nfs rsize=8192,wsize=8192,timeo=14,intr
Quando io faccio
sudo mount -a
Ottengo:
mount.nfs: access denied by server while mounting myserver:/home/me
Come posso diagnosticare questo problema? Il server nfs è anche Ubuntu.
Dettagli aggiuntivi: Sono in grado di montare questa condivisione nfs da altri client Ubuntu sulla stessa rete senza problemi. Tuttavia, il client problematico è diverso in quanto è in esecuzione all'interno di VirtualBox su un sistema Windows. Posso eseguire il ping "myserver" bene dal client problematico.
EDIT: / etc / exports su "myserver":
/home/me *(rw,all_squash,async,no_subtree_check,anonuid=1000,anongid=1000)
/etc/hosts.allow e /etc/hosts.deny su "myserver" sono entrambi commenti. E tieni presente che posso connettermi bene da altri client sulla stessa rete.