From owner-freebsd-current@FreeBSD.ORG Sun Dec 13 02:27:54 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 E1C33106566C for ; Sun, 13 Dec 2009 02:27:54 +0000 (UTC) (envelope-from freebsd-current@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id 650F08FC08 for ; Sun, 13 Dec 2009 02:27:54 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.50) id 1NJeAm-0006K3-Cw for freebsd-current@freebsd.org; Sun, 13 Dec 2009 03:27:00 +0100 Received: from 93-138-108-186.adsl.net.t-com.hr ([93.138.108.186]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 13 Dec 2009 03:27:00 +0100 Received: from ivoras by 93-138-108-186.adsl.net.t-com.hr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 13 Dec 2009 03:27:00 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-current@freebsd.org From: Ivan Voras Date: Sun, 13 Dec 2009 03:23:09 +0100 Lines: 32 Message-ID: References: <4B241509.8060906@FreeBSD.org> <4B241D2A.9030905@unsane.co.uk> <0866f178e6604b920f9464ec6551db28.squirrel@cygnus.homeunix.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 93-138-108-186.adsl.net.t-com.hr User-Agent: Thunderbird 2.0.0.21 (X11/20090612) In-Reply-To: <0866f178e6604b920f9464ec6551db28.squirrel@cygnus.homeunix.com> Sender: news Subject: Re: AHCI/ATA_CAM for dummies? 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: Sun, 13 Dec 2009 02:27:55 -0000 Nenhum_de_Nos wrote: > On Sat, December 12, 2009 20:46, Vincent Hoffman wrote: >> Doug Barton wrote: >>> I'd like to test the new stuff, but my main concern at this point is >>> that I am not 100% sure how to change my fstab, what will happen if I >>> need to revert, etc. I'm sure I probably _could_ figure it out, but it >>> would save me a lot of time if someone could write down really >>> explicit step-by-step instructions ... put this in your kernel config, >>> do this to fstab, do this if it blows up, etc. >>> >>> Any takers? :) >>> >>> >>> Doug >>> >>> >> For me trying ahci was very easy. >> boot using the usb image, use the fixit environment. >> I use ufs so I used tunefs to label all my partitions. >> tunefs -L ROOTFS /path/to/rootfs > > I got curious about this. what I should choose, glabel or this ? Technically, both are handled by glabel. > I did this using glabel and so far so good. All variants: ufs, ufsid, glabel are handled the same - the differences are cosmetic and a matter of user's preferences. Personally, I mostly use ufsid because it is always there and doesn't require special configuration.