From owner-freebsd-questions Tue Apr 8 01:05:30 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id BAA23960 for questions-outgoing; Tue, 8 Apr 1997 01:05:30 -0700 (PDT) Received: from gatekeeper.barcode.co.il (gatekeeper.barcode.co.il [192.116.93.17]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id BAA23951 for ; Tue, 8 Apr 1997 01:05:25 -0700 (PDT) Received: (from smap@localhost) by gatekeeper.barcode.co.il (8.8.5/8.6.12) id LAA23540; Tue, 8 Apr 1997 11:04:45 +0300 (IDT) X-Authentication-Warning: gatekeeper.barcode.co.il: smap set sender to using -f Received: from localhost.barcode.co.il(127.0.0.1) by gatekeeper.barcode.co.il via smap (V1.3) id sma023537; Tue Apr 8 11:04:23 1997 Message-ID: <3349FBF3.620D@barcode.co.il> Date: Tue, 08 Apr 1997 11:04:03 +0300 From: Nadav Eiron X-Mailer: Mozilla 3.0 (X11; I; SunOS 5.5 sun4m) MIME-Version: 1.0 To: kuma CC: freebsd-questions@freebsd.org Subject: Re: panic References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk kuma wrote: > [snip] > I tried the first method you told me, but it does not work, the same > message still pop up after boot. > I tried to use the second method. But i am a little confuse. You mention > to change the wd2 on its line to wd1, you meant to change wd2 in wd2's > line to wd1 in the kernel configuration file? You also said replace all > references to wd2 in etc/fstab to refer to wd1, are you saying that > replace wd1 with wd2 or vise versa? > > I am sorry, it just seem a little complicate to me. > Thanks for the patience. The logic is to name your second disk wd1 instead of wd2. The procedure is: 1. *Remove* all references to wd1 in the kernel config file. 2. s/wd2/wd1/, that is, wherever it *used* to say wd2, have wd1 instead. This goes for both the kernel config file and /etc/fstab. This assumes you don't have a disk named wd1 already (if you do - put the root partition on it :-) ). > > Mark Nadav