From owner-freebsd-questions Fri Nov 30 14:31: 2 2001 Delivered-To: freebsd-questions@freebsd.org Received: from kraeusen.nbrewer.com (kraeusen.nbrewer.com [208.42.68.65]) by hub.freebsd.org (Postfix) with ESMTP id 9005F37B417 for ; Fri, 30 Nov 2001 14:30:56 -0800 (PST) Received: by kraeusen.nbrewer.com (Postfix, from userid 1001) id 96139B751; Fri, 30 Nov 2001 16:34:12 -0600 (CST) Date: Fri, 30 Nov 2001 16:34:12 -0600 From: Christopher Farley To: Jim Cc: Ceri , freebsd-questions@freebsd.org Subject: Re: Manual mount root for ATA100 Message-ID: <20011130163410.B5454@northernbrewer.com> Mail-Followup-To: Christopher Farley , Jim , Ceri , freebsd-questions@freebsd.org References: <20011130110441.GA1944@rhadamanth> <20011130215847.4767.qmail@web20404.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011130215847.4767.qmail@web20404.mail.yahoo.com> User-Agent: Mutt/1.3.22.1i Organization: Northern Brewer, St. Paul, MN Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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