From owner-freebsd-isp Fri Oct 18 06:07:48 1996 Return-Path: owner-isp Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA20772 for isp-outgoing; Fri, 18 Oct 1996 06:07:48 -0700 (PDT) Received: from brasil.moneng.mei.com (brasil.moneng.mei.com [151.186.109.160]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id GAA20767 for ; Fri, 18 Oct 1996 06:07:46 -0700 (PDT) Received: (from jgreco@localhost) by brasil.moneng.mei.com (8.7.Beta.1/8.7.Beta.1) id IAA02676; Fri, 18 Oct 1996 08:04:02 -0500 From: Joe Greco Message-Id: <199610181304.IAA02676@brasil.moneng.mei.com> Subject: Re: **ccd, disk striping, and fsck problems** To: bsdisp@shadows.aeon.net (mika ruohotie) Date: Fri, 18 Oct 1996 08:04:02 -0500 (CDT) Cc: michaelv@MindBender.serv.net, jgreco@brasil.moneng.mei.com, msv@arisia.net, freebsd-isp@FreeBSD.org In-Reply-To: <199610180956.LAA19211@shadows.aeon.net> from "mika ruohotie" at Oct 18, 96 11:56:33 am X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-isp@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > > Even more simply... If you're bringing it up in single user mode, > > don't forget to do "ccdconfig -C" before you do your fsck's by hand. > > > > You didn't specify if this is what you were doing, but I forget to do > > that every now and then. Fsck bombs. I grumble; type ccdconfig -C. > > Fsck works... > > hmm? > > but but... i did put the said ccdconfig -Cv (i think i had v too) just > above the fsck -p in the /etc/rc and it doesnt cause me any? problems > anymore... > > is that not the right way? This should only be a problem in single user mode. Your /etc/rc should already have HOME=/; export HOME PATH=/sbin:/bin:/usr/sbin:/usr/bin export PATH # Configure ccd devices. if [ -f /etc/ccd.conf ] then ccdconfig -C fi swapon -a if [ $1x = autobootx ] in it. (2.1.5R and later ship with this). ... JG