From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1MErnJ-0008NV-0H for garchives@archives.gentoo.org; Thu, 11 Jun 2009 21:26:45 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5BCC7E0262; Thu, 11 Jun 2009 21:26:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 3710CE0262 for ; Thu, 11 Jun 2009 21:26:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id CBA2C65BB7 for ; Thu, 11 Jun 2009 21:26:42 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: -4.188 X-Spam-Level: X-Spam-Status: No, score=-4.188 required=5.5 tests=[AWL=-0.589, BAYES_00=-2.599, RCVD_IN_DNSWL_LOW=-1] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qL4d1ky69Nw8 for ; Thu, 11 Jun 2009 21:26:36 +0000 (UTC) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id C09B365B93 for ; Thu, 11 Jun 2009 21:26:34 +0000 (UTC) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1MErn4-00025E-Ne for gentoo-user@gentoo.org; Thu, 11 Jun 2009 21:26:30 +0000 Received: from adsl-69-234-202-135.dsl.irvnca.pacbell.net ([69.234.202.135]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 11 Jun 2009 21:26:30 +0000 Received: from w41ter by adsl-69-234-202-135.dsl.irvnca.pacbell.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 11 Jun 2009 21:26:30 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: walt Subject: [gentoo-user] Re: [OT] ESATA drive changes the root device -- how to deal with it? Date: Thu, 11 Jun 2009 14:26:17 -0700 Message-ID: References: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: adsl-69-234-202-135.dsl.irvnca.pacbell.net User-Agent: Thunderbird/3.0a2pre (X11; 2009061105) In-Reply-To: Sender: news X-Archives-Salt: d46c328d-68a8-46c1-81ef-02a601620154 X-Archives-Hash: 7d70a60838980597275c73777fd5488f walt wrote: > Okay, my root partition is on /dev/sda (normally), which is a sata > drive connected to the onboard sata controller. > > The problem is that I also have a plug-in ESATA docking station, which > is not always powered on. When it *is* powered on, my kernel names the > disk /dev/sda, and that forces the root device to be named /dev/sdb > instead of sda. Crashing ensues during bootup... Here's an interesting factoid -- somewhere between kernel 2.6.28 and 2.6.30, the system for naming scsi disks changed. All I did was use a newer kernel and the reversing device names went away.