Subject: Re: 1.3.3 hang, what should I check?
To: David Maxwell <david@fundy.ca>
From: Simon Burge <simonb@telstra.com.au>
List: netbsd-help
Date: 01/10/1999 00:00:25
On Fri, 8 Jan 1999 16:11:17 -0400  David Maxwell wrote:

> On a true sysinst topic, Anyone have a recommendation about how to
> upgrade a system with a CCD? Sysinst dies, complaining about the 
> /dev/ccd0d not being valid, while it's doing all it's disk checks
> before the upgrade starts. I could do the upgrade manually of course,
> but there are a number of systems to be done, and it would be nice
> to teach sysinst how to handle that situation.

FWIW, I've added handling ccd's to the sysinst "TODO" file.

In the meantime, something like:

	mount /dev/xxxx /mnt
	ccdconfig -C -v -f /mnt/etc/ccd.conf
	umount /mnt

where /dev/xxxx contains your root filesystem, may work.

Simon.