From owner-freebsd-hackers Tue May 13 14:26:40 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id OAA15863 for hackers-outgoing; Tue, 13 May 1997 14:26:40 -0700 (PDT) Received: from mars.aros.net (mars.aros.net [207.173.16.20]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id OAA15855 for ; Tue, 13 May 1997 14:26:38 -0700 (PDT) Received: from shell.aros.net (root@shell.aros.net [207.173.16.19]) by mars.aros.net (8.8.5/8.8.4) with ESMTP id PAA15324; Tue, 13 May 1997 15:25:07 -0600 (MDT) Received: from shell.aros.net (msanders@localhost.aros.net [127.0.0.1]) by shell.aros.net (8.8.5/8.8.5) with ESMTP id PAA03928; Tue, 13 May 1997 15:26:37 -0600 (MDT) Message-Id: <199705132126.PAA03928@shell.aros.net> X-Attribution: msanders To: Don Yuniskis cc: freebsd-hackers@freefall.FreeBSD.org (FreeBSD hackers) Subject: Re: partitions and things that go bump in the night In-reply-to: Your message of "Tue, 13 May 1997 10:21:13 PDT." <199705131721.KAA15767@seagull.rtd.com> X-Mailer: MH 6.8.3 Date: Tue, 13 May 1997 15:26:37 -0600 From: "Michael K. Sanders" Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk In message <199705131721.KAA15767@seagull.rtd.com>, Don Yuniskis writes: ... > I've previously done this with /usr residing on the SCSI drives >but get annoyed at the fact that /usr/bin, /usr/sbin are not available >when I dismount the SCSI devices. Mounting just /usr/local on the >SCSI drives doesn't help accomodate other things added to /usr. >So, I think overlaying /usr *completely* with the external device >is also a win. Sounds like a good applicaiton for unionfs, thought I don't know if it's currently functional in FreeBSD.