Date: Wed, 26 Nov 2003 13:53:43 +0100 From: Ruben de Groot <mail25@bzerk.org> To: Jerry McAllister <jerrymc@clunix.cl.msu.edu> Cc: Roland Giesler <roland@thegreentree.org> Subject: Re: Resizing disk labels Message-ID: <20031126125343.GA63593@ei.bzerk.org> In-Reply-To: <200311252339.hAPNdYu10223@clunix.cl.msu.edu> References: <6.0.0.22.0.20031125181330.01c7a288@pop.face2interface.com> <200311252339.hAPNdYu10223@clunix.cl.msu.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Nov 25, 2003 at 06:39:33PM -0500, Jerry McAllister typed: > > > > 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. Worse, the system won't even boot multiuser without /etc in the root partition. /etc/rc is run when / is all there is. /etc/fstab is read in order to see what other filesystems are to be mounted. BOOM! Ruben > ////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 > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031126125343.GA63593>