From owner-freebsd-questions@FreeBSD.ORG Tue Sep 16 08:59:00 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58BF316A4B3 for ; Tue, 16 Sep 2003 08:59:00 -0700 (PDT) Received: from stork.mail.pas.earthlink.net (stork.mail.pas.earthlink.net [207.217.120.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B9CA43F85 for ; Tue, 16 Sep 2003 08:58:59 -0700 (PDT) (envelope-from algould@datawok.com) Received: from 22-15.lctv-b4.cablelynx.com ([24.204.22.15] helo=yoda.datawok.com) by stork.mail.pas.earthlink.net with asmtp (TLSv1:RC4-MD5:128) (Exim 3.33 #1) id 19zIEC-0003LX-00; Tue, 16 Sep 2003 08:58:56 -0700 From: "Andrew L. Gould" To: Gary , Gary , freebsd-questions Date: Tue, 16 Sep 2003 10:59:19 -0500 User-Agent: KMail/1.5 References: <906762293.20030916105121@mygirlfriday.info> In-Reply-To: <906762293.20030916105121@mygirlfriday.info> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200309161059.19381.algould@datawok.com> X-ELNK-Trace: ee791d459e3d6817d780f4a490ca69564776905774d2ac4b84b3dab11271841f5e37e4d00f116e27350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c Subject: Re: linking a dir X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Sep 2003 15:59:00 -0000 On Tuesday 16 September 2003 10:51 am, Gary wrote: > Hello Guys, > > It seems that on a remote box FBSD 4.8, my /dev/ad0s1a or / dir is at 73% > capacity already, and this has me somewhat worried. I attribute this to > the /etc dir inside of the / dir, as it contains many log files, etc... or > perhaps the 2 kernels sitting under / both kernel and kernel.GENERIC > > Question is can I cp /etc to say a /usr/etc and link it (as I have tons of > room under /usr) without any problem. > > Thanks for input.. I don't think you should do this. In single-user mode, I don't think /usr would be mounted; so the system wouln't have access to /usr/etc until you mounted /usr manually. Andrew Gould