From owner-freebsd-questions Tue Feb 1 0:54:47 2000 Delivered-To: freebsd-questions@freebsd.org Received: from utasvexg001.hfnweb.com (utasvexg001.hfnweb.com [207.49.36.37]) by builder.freebsd.org (Postfix) with ESMTP id 6FE4B3D6C for ; Tue, 1 Feb 2000 00:54:41 -0800 (PST) Received: by UTASVEXG001 with Internet Mail Service (5.5.2448.0) id ; Mon, 31 Jan 2000 20:02:40 -0700 Message-ID: From: Mike Morgan To: "'jmutter@ds.net'" Cc: "'schwenk@math.udel.edu'" , "'freebsd-questions@freebsd.org'" Subject: RE: wd0 or wd1 Date: Mon, 31 Jan 2000 20:02:37 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01BF6C60.CB8D1306" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_001_01BF6C60.CB8D1306 Content-Type: text/plain; charset="iso-8859-1" Thank you Mr. Mutter for your help. After our changes to /etc/fstab and the kernel, I recompiled the kernel and fastbooted, now I get this new type of msg on bootup: changing root device to wd0s1a swap on: /dev/wd0s1b: No such file or directory Automatic reboot in progress... Can't stat /dev/wd0s1a: No such file or directory Can't stat /dev/wd0s1a: No such file or directory /dev/wd0s1a: CAN'T CHECK FILE SYSTEM /dev/wd0s1a: UNEXPECTED INCONSISTENCY; RUN fsck manually. Automatic file system check failed...help! Enter full pathname of shell or RETURN for /bin/sh: Anyone else had this problem or know of solution? As always, I sincerely appreciate the ppl of this list for their time. michael morgan -----Original Message----- From: James A. Mutter [mailto:jmutter@ds.net] Sent: Monday, January 31, 2000 1:42 PM To: 'James A. Mutter '; ''freebsd-questions@freebsd.org' ' Subject: Re: wd0 or wd1 > Mike Morgan wrote: > > OK, tnx for saving me from heartache => > > i'm looking in my kernel as to what i need to change. Here is what i > have pertaining to wd: > > config kernel root on wd0 > > controller wdc0 at isa? port "IO_WD1" bio irq 14 > disk wd0 at wdc0 drive 0 > # disk wd1 at wdc0 drive 1 > > # controller wdc1 at isa? port "IO_WD2" bio irq 15 > # disk wd2 at wdc1 drive 0 > # disk wd3 at wdc1 drive 1 > > do these changes sound right? Is there anything more to change? > Looks good to me. I believe that it's the first line you need to be concerned with. Good luck. Jim > -----Original Message----- > From: James A. Mutter [mailto:jmutter@ds.net] > Sent: Monday, January 31, 2000 12:54 PM > To: Mike Morgan > Cc: 'freebsd-questions@freebsd.org' > Subject: Re: wd0 or wd1 > > > When i first setup Fbsd I had it on a separate hard drive as wd1, I > > also had NT server on a separate drive as wd0. Now I have Fbsd as > the > > only drive in the box and i get the following errors on boot up. > > > > changing root device to wd0s1a > > swapon: /dev/wd1s1b: Device not configured > > Automatic reboot in progress ... > > Cant open /dev/rwd1s1a: Device not configured > > /dev/rwds1a: CAN'T CHECK FILE SYSTEM > > /dev/rwd1a1z: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY. > > Automatic file system check failed... help! > > Enter full pathname of shull or RETURN for /bin/sh: > > > > Probably need to change the drive entries in /etc/fstab. It should be > > as simple as replacing the first occurrence of '1' with '0'. Example: > /dev/rwds1a -> /dev/rwds0a. > > You might need to change this in the kernel config as well. ------_=_NextPart_001_01BF6C60.CB8D1306 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable RE: wd0 or wd1

Thank you Mr. Mutter for your help.  After our = changes to /etc/fstab and the kernel, I recompiled the kernel and = fastbooted, now I get this new type of msg on bootup:

changing root device to wd0s1a
swap on: /dev/wd0s1b:  No such file or = directory
Automatic reboot in progress...
Can't stat /dev/wd0s1a: No such file or = directory
Can't stat /dev/wd0s1a: No such file or = directory
/dev/wd0s1a: CAN'T CHECK FILE SYSTEM
/dev/wd0s1a: UNEXPECTED INCONSISTENCY; RUN fsck = manually.
Automatic file system check failed...help!
Enter full pathname of shell or RETURN for = /bin/sh:

Anyone else had this problem or know of solution? =
As always, I sincerely appreciate the ppl of this = list for their time.

michael morgan


-----Original Message-----
From: James A. Mutter [mailto:jmutter@ds.net]
Sent: Monday, January 31, 2000 1:42 PM
To: 'James A. Mutter '; = ''freebsd-questions@freebsd.org' '
Subject: Re: wd0 or wd1


> Mike Morgan wrote:
>
>  OK, tnx for saving me from = heartache  =3D>
>
> i'm looking in my kernel as to what i need to = change.  Here is what i
> have pertaining to wd:
>
> config  kernel root on wd0
>
> controller wdc0 at isa? port "IO_WD1" = bio irq 14
> disk wd0 at wdc0 drive 0
> # disk wd1 at wdc0 drive 1
>
> # controller wdc1 at isa? port = "IO_WD2" bio irq 15
> # disk wd2 at wdc1 drive 0
> # disk wd3 at wdc1 drive 1
>
> do these changes sound right?  Is there = anything more to change?
>


Looks good to me.  I believe that it's the first = line you need to be
concerned with.

Good luck.
Jim


> -----Original Message-----
> From: James A. Mutter [mailto:jmutter@ds.net]
> Sent: Monday, January 31, 2000 12:54 PM
> To: Mike Morgan
> Cc: 'freebsd-questions@freebsd.org'
> Subject: Re: wd0 or wd1
>
> > When i first setup Fbsd I had it on a = separate hard drive as wd1, I
> > also had NT server on a separate drive as = wd0.  Now I have Fbsd as
> the
> > only drive in the box and i get the = following errors on boot up.
> >
> > changing root device to wd0s1a
> > swapon:  /dev/wd1s1b:  Device = not configured
> > Automatic reboot in progress ...
> > Cant open /dev/rwd1s1a:  Device not = configured
> > /dev/rwds1a:  CAN'T CHECK FILE = SYSTEM
> > /dev/rwd1a1z:  UNEXPECTED = INCONSISTENCY; RUN fsck MANUALLY.
> > Automatic file system check failed... = help!
> > Enter full pathname of shull or RETURN for = /bin/sh:
> >
>
> Probably need to change the drive entries in = /etc/fstab.  It should be
>
> as simple as replacing the first occurrence of = '1' with '0'. Example:
> /dev/rwds1a -> /dev/rwds0a.
>
> You might need to change this in the kernel = config as well.

------_=_NextPart_001_01BF6C60.CB8D1306-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message