From: Michael <confabulate@kintzios.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] NFS mounting - SOLVED
Date: Mon, 02 Dec 2024 17:56:38 +0000 [thread overview]
Message-ID: <10573703.nUPlyArG6x@rogueboard> (raw)
In-Reply-To: <1910258.tdWV9SEqCh@cube>
[-- Attachment #1: Type: text/plain, Size: 1776 bytes --]
On Tuesday 26 November 2024 16:13:01 GMT Peter Humphrey wrote:
> Greetings,
>
> [New readers start here... :) ]
>
> I've spent several days-worth of my time over the last few weeks in trying
> to get my i5 box to export its portage tree and packages directory to a
> chroot on my M9 machine. I read all the docs, I thought about the help that
> was offered here, I changed file systems and partitions around - everything
> I could think of.
>
> The answer was simple, and I stumbled over it in a post on Stack Exchange:
> the behaviour of NFS mount calls changed in NFS v4. I didn't need to change
> /etc/ exports on the i5, but the NFS-mount call on the M9 did need to
> change.
Can you please share the link?
> # cat /etc/exports # on the i5
> /mnt/nfs \
> 192.168.178.7(rw,sync,no_subtree_check,no_root_squash,crossmnt,fsid=0)
> /mnt/nfs/portage \
> 192.168.178.7(rw,sync,insecure,no_subtree_check,no_root_squash)
> /mnt/nfs/packages \
> 192.168.178.7(rw,sync,insecure,no_subtree_check,no_root_squash)
>
> $ grep nfs /etc/init.d/nuci # on the M9. Nuci is the I5
> mount -t nfs 192.168.178.4:portage /mnt/nuci/var/db/repos/gentoo
> mount -t nfs 192.168.178.4:packages /mnt/nuci/var/cache/packages
>
> Notice the absence of '/mnt/nfs' from the M9 mount commands. That's what was
> tripping me up all that time.
>
> Someone needs to have a look at the nfs-utils wiki page. I'd do something
> myself, but how? I raised a bug against a document once, only to be rebuked.
I had (another) look at the wiki. You're right, it seems to describe NFSv3
only. I don't have NFSv3 here to compare. With NFSv4 you export the global
root directory to allow its subdirectories to be exported too - at least this
is how I understand it works on my systems.
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next prev parent reply other threads:[~2024-12-02 17:56 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-26 16:13 [gentoo-user] NFS mounting - SOLVED Peter Humphrey
2024-12-02 17:56 ` Michael [this message]
2024-12-03 11:29 ` Peter Humphrey
2024-12-03 11:44 ` Michael
2024-12-03 11:48 ` Peter Humphrey
2024-12-05 1:53 ` Peter Humphrey
2024-12-03 13:08 ` Matt Jolly
2024-12-03 13:28 ` Peter Humphrey
2024-12-04 2:20 ` Peter Humphrey
2024-12-05 0:55 ` Gentoo wiki [was: Re: [gentoo-user] NFS mounting - SOLVED] Alexis
2024-12-05 1:21 ` Peter Humphrey
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=10573703.nUPlyArG6x@rogueboard \
--to=confabulate@kintzios.com \
--cc=gentoo-user@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox