Subject: Re: "device not configured"
To: Ben Zeller <zelr_ss@troi.cc.rochester.edu>
From: Colin Wood <cwood@ichips.intel.com>
List: port-mac68k
Date: 06/17/1998 08:41:29
Ben Zeller wrote:
> Hi all,
Hi!
BTW, you might want to make sure your mailer wraps lines at 80 columns or
so....actually I think that 76 is the recommended length.
> Pardon the question from a newbie... I have just installed MacBSD onto a IIci, and i get the following error at bootup:
>
> "Can't open /dev/rsd1g: device not configured"
> ...
> "/dev/rsd1g: UNEXPECTED INCONSISTENCY. Run fsck_ffs manually"
>
> I tried to run fsck and fsck_ffs manually, but both give me the error message that the device is not configured.
> I am running MacBSD release 1.3, using a generic kernel, and /dev/sd1g is my user partitition (sd0a is root, and I have a sway on sd0b).
>
> Does anyone know what I should do to fix this problem? The FAQ's and mailing list archives were no help :(
Are you using a 1.3 GENERIC kernel? If you're using current, it's
conceivable that things have moved around. Anyway, to fix it, boot into
single-user mode and do a:
disklabel sd1
The output should indicate which partitions on your disk are BSD
partitions. The BSD partition that is not 'a' or 'b' should be your usr
partition :-)
Once you've figured this out, do a:
mount /
mount -r /dev/sd1X /usr [where X is the newly found partition]
cd /etc
vi fstab
Then edit fstab to reflect the new partition letter. I'm not quite sure
why the Installer wouldn't figure this out itself, but there are a few
circumstances where it might happen....
When your done, do a:
umount -a
fsck
reboot -n
and you should be set. I hope this helps.
Later.
--
Colin Wood cwood@ichips.intel.com
Component Design Engineer - PMD Intel Corporation
-----------------------------------------------------------------
I speak only on my own behalf, not for my employer.