Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Nov 2001 16:34:12 -0600
From:      Christopher Farley <chris@northernbrewer.com>
To:        Jim <dillweed58@yahoo.com>
Cc:        Ceri <setantae@submonkey.net>, freebsd-questions@freebsd.org
Subject:   Re: Manual mount root for ATA100
Message-ID:  <20011130163410.B5454@northernbrewer.com>
In-Reply-To: <20011130215847.4767.qmail@web20404.mail.yahoo.com>
References:  <20011130110441.GA1944@rhadamanth> <20011130215847.4767.qmail@web20404.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Jim (dillweed58@yahoo.com) wrote:

> You are right.  I don't see any of those devices in
> /dev.  How do I MAKE them?

If you've got the old controller in, as root:

# cd dev
# sh MAKEDEV ad4
# sh MAKEDEV ad5

And you probably need slice entries too, if I recall. The following will
make adxs1a-h:

# sh MAKEDEV ad4s1a
# sh MAKEDEV ad5s1a

Then change your /etc/fstab, and reboot with the new controller. 

-- 
Christopher Farley
www.northernbrewer.com

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011130163410.B5454>