From owner-freebsd-current Thu Mar 13 08:30:49 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA05635 for current-outgoing; Thu, 13 Mar 1997 08:30:49 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA05628 for ; Thu, 13 Mar 1997 08:30:45 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.3/8.6.9) id DAA17833 for current@freebsd.org; Fri, 14 Mar 1997 03:30:14 +1100 Date: Fri, 14 Mar 1997 03:30:14 +1100 From: Bruce Evans Message-Id: <199703131630.DAA17833@godzilla.zeta.org.au> To: current@freebsd.org Subject: union mounts seem to work Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I had few problems building part of the tree using union mounts: cd ~ # ~ happens to be nfs-mounted mkdir a mount -t union -o ro /usr/src ~/a # /usr/src is also nfs-mounted mkdir /tmp/obj mount -t union /tmp/obj ~/a cd ~/a/bin export MAKEOBJDIRPREFIX= # use objdir = curdir make # failed, src dirs are owned # by root although they are # by bde in /usr/src, and they # were originally non-statable su make # worked Bruce