Le 09/03/20 à 17:03, Peter Humphrey a tapoté :
> mount -t nfs 192.168.1.4:/mnt/nfs/portage /mnt/clrn/usr/portage #
> script on the client
> 
> Result:
> * Mounting chroot dirs under /mnt/clrn ...
> mount.nfs: mounting 192.168.1.4:/mnt/nfs/portage failed, reason given
> by server: No such file or directory
> 


[...]

> Can anyone see the problem?
> 

From the client, please try this :
> # mkdir /mnt/nfs4
> # mount -t nfs4 192.168.1.4:/ /mnt/nfs4
> # ls /mnt/nfs4

Reply via email to