From owner-freebsd-questions@FreeBSD.ORG Tue Nov 25 15:39:45 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 D6E8016A4CE for ; Tue, 25 Nov 2003 15:39:45 -0800 (PST) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id C09D743FBD for ; Tue, 25 Nov 2003 15:39:44 -0800 (PST) (envelope-from jerrymc@clunix.cl.msu.edu) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.11.7p1+Sun/8.11.7) id hAPNdYu10223; Tue, 25 Nov 2003 18:39:34 -0500 (EST) From: Jerry McAllister Message-Id: <200311252339.hAPNdYu10223@clunix.cl.msu.edu> To: MLandman@face2interface.com (Marty Landman) Date: Tue, 25 Nov 2003 18:39:33 -0500 (EST) In-Reply-To: <6.0.0.22.0.20031125181330.01c7a288@pop.face2interface.com> from "Marty Landman" at Nov 25, 2003 06:15:08 PM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: Roland Giesler cc: questions@freebsd.org Subject: Re: Resizing disk labels 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, 25 Nov 2003 23:39:46 -0000 > > At 07:42 AM 11/25/2003, Konrad Heuer wrote: > > >3) Try to identify subdirectories containing a lot of data within the > > filesystem which is too small, move them by mv to a filesystem with > > enough free space and symlink them back (ln -s) to the old location. > > But do not move the whole /etc directory from the root to another > > filesystem! > > Newbie question here. Is the reason you don't suggest mv then ln -s for > /etc because it is accessed very frequently so it would incur the most > overhead to make this choice? No. It is because it is necessary to have /etc stuff there in times such as single user when only the root (/) filesystem is/can be mounted. So, if it was stuck somewhere else it would be a problem. ////jerry > > Marty Landman Face 2 Interface Inc 845-679-9387 > Sign On Required: Web membership software for your site > Make a Website: http://face2interface.com/Home/Demo.shtml >