Gentoo Archives: gentoo-user

From: netfab <netbox253@××××.fr>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] NFS trouble
Date: Tue, 10 Mar 2020 08:17:53
Message-Id: 20200310091741.67233c05@coreI5.home
In Reply to: [gentoo-user] NFS trouble by Peter Humphrey
1 Le 09/03/20 à 17:03, Peter Humphrey a tapoté :
2 > mount -t nfs 192.168.1.4:/mnt/nfs/portage /mnt/clrn/usr/portage #
3 > script on the client
4 >
5 > Result:
6 > * Mounting chroot dirs under /mnt/clrn ...
7 > mount.nfs: mounting 192.168.1.4:/mnt/nfs/portage failed, reason given
8 > by server: No such file or directory
9 >
10
11
12 [...]
13
14 > Can anyone see the problem?
15 >
16
17 From the client, please try this :
18 > # mkdir /mnt/nfs4
19 > # mount -t nfs4 192.168.1.4:/ /mnt/nfs4
20 > # ls /mnt/nfs4

Replies

Subject Author
Re: [gentoo-user] NFS trouble Michael <confabulate@××××××××.com>