Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Sep 2001 05:25:51 -0600 (MDT)
From:      FreeBSD <freebsd@XtremeDev.com>
To:        <freebsd-questions@FreeBSD.ORG>
Subject:   mount_nfs reverse stacking?
Message-ID:  <20010910051958.Y65251-100000@Amber.XtremeDev.com>

next in thread | raw e-mail | index | archive | help
Is it possible to have mount_nfs mount a remote layer _under_ an existing
local fs? Ie., I would like a main central server that has /usr/ports
exported, and all the workstations mounting that locally but under their
actual /usr/ports. So any distfiles actually downloaded are placed on the
respective local /usr/ports/distfiles etc, and the temp work dirs are
placed locally on each workstation. Currently I'm using a two step process
of mounting the server export on the workstations as /usr/rports, then
using mount_unionfs with the -b argument on /usr/ports (mount_unionfs -b
/usr/rports /usr/ports) to achieve this, but am hoping others have come up
with a better way? Is this even possible in mount_nfs given the design of
nfs?

PS. I would have been happy with the unionfs/nfs take, but I've been
having issues with unionfs in -current with some of my test machines as of
late (panicking kernels and stuff), that's what really prompted the
sending of this email.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010910051958.Y65251-100000>