From owner-freebsd-current@FreeBSD.ORG Fri Jan 30 00:10:11 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 95B9C106566B for ; Fri, 30 Jan 2009 00:10:11 +0000 (UTC) (envelope-from morganw@chemikals.org) Received: from warped.bluecherry.net (unknown [IPv6:2001:440:eeee:fffb::2]) by mx1.freebsd.org (Postfix) with ESMTP id 318D48FC08 for ; Fri, 30 Jan 2009 00:10:11 +0000 (UTC) (envelope-from morganw@chemikals.org) Received: from volatile.chemikals.org (morganw-1-pt.tunnel.tserv8.dal1.ipv6.he.net [IPv6:2001:470:1f0e:47e::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by warped.bluecherry.net (Postfix) with ESMTPSA id 0B99AA1CAF6F; Thu, 29 Jan 2009 18:10:09 -0600 (CST) Received: from localhost (morganw@localhost [127.0.0.1]) by volatile.chemikals.org (8.14.3/8.14.3) with ESMTP id n0U0A2jP059087; Thu, 29 Jan 2009 18:10:04 -0600 (CST) (envelope-from morganw@chemikals.org) Date: Thu, 29 Jan 2009 18:10:02 -0600 (CST) From: Wes Morgan To: Nenhum_de_Nos In-Reply-To: <191beebcb8e400a659afaa9d997462c0.squirrel@lamneth> Message-ID: References: <20490.74948.qm@web63901.mail.re1.yahoo.com> <200901291219.17379.doconnor@gsoft.com.au> <191beebcb8e400a659afaa9d997462c0.squirrel@lamneth> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-current@freebsd.org Subject: Re: SATA drive device moving on 8.0 current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Jan 2009 00:10:11 -0000 On Thu, 29 Jan 2009, Nenhum_de_Nos wrote: > > On Wed, January 28, 2009 23:48, Daniel O'Connor wrote: >> On Thursday 29 January 2009 03:48:11 Barney Cordoba wrote: >>> I booted 8.0-current on a machine that was running 7 and the SATA drive >>> came up as ad4 instead of ad8 (as it is detected in 7). This is the case >>> was loading GENERIC. >>> >>> This is going to present a serious problem doing field upgrades as its >>> expected that fstab will be the same. What is the reason for the change >>> and >>> is there any way to make it compatible with device detection in 7? >> >> I don't know how you can change it back, but you can use glabel and tunefs >> -L >> and then modify /etc/fstab to use /dev/ufs/foo. > > even / can use this ? > just current has this feature ? Did you, by any chance, remove ATA_STATIC_ID from your kernel config?