From owner-freebsd-questions@FreeBSD.ORG Wed Jun 25 10:38:29 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 89FB537B401 for ; Wed, 25 Jun 2003 10:38:29 -0700 (PDT) Received: from adsl-64-161-78-226.dsl.lsan03.pacbell.net (adsl-64-161-78-226.dsl.lsan03.pacbell.net [64.161.78.226]) by mx1.FreeBSD.org (Postfix) with SMTP id CC72243F75 for ; Wed, 25 Jun 2003 10:38:28 -0700 (PDT) (envelope-from oremanj@adsl-64-161-78-226.dsl.lsan03.pacbell.net) Received: (qmail 15307 invoked by uid 1001); 25 Jun 2003 17:41:11 -0000 Date: Wed, 25 Jun 2003 10:41:11 -0700 From: Joshua Oreman To: Brian McCann Message-ID: <20030625174111.GG15012@webserver.get-linux.org> References: <006f01c33aae$cbf557c0$1500a8c0@garfield> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <006f01c33aae$cbf557c0$1500a8c0@garfield> User-Agent: Mutt/1.4.1i cc: questions@freebsd.org Subject: Re: Where did my partitions go? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Jun 2003 17:38:30 -0000 On Tue, Jun 24, 2003 at 08:14:51PM -0400 or thereabouts, Brian McCann seemed to write: > Ok...I'm having a small panic. I have a server that I just got a 180GB > IDE HD for....but the controller cards I have don't support drives over > 137GB, so I had to use the one Western Digital gave me. Once I added > that in, in threw off my drive assignments. Here are the setups BEFORE > the upgrade: > > Onboard IDE Pri/Sec Controller > Onboard HPT Raid Pri/Sec Controller > > And after, I added a PCI Promise TX2. My problem is, the Promise > controller starts up before the HPT controller does. So, what used to > be ad4-6, is now ad8-10, and the new drive is ad4. I thought this would > not be a big deal and I would just have to shift the assignments in > FSTAB and I'd be all set. BUT, when I try mounting any of the old > partitions that got "reassigned", I get "mount: /dev/ad8s1e: No such > file or directory". And when I run the Label part of sysinstall, it > doesn't even show any partitions on there! I'm sure there's a simple > solution to this...but can someone PLEASE help me??? I'll assume you're running 4.x? # cd /dev # sh MAKEDEV ad4s1 ad5s1 ad6s1 ad7s1 ad8s1 ad9s1 ad10s1 -- Josh > > Many thanks, > --Brian > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"