From owner-freebsd-questions@FreeBSD.ORG Tue Nov 27 05:58:00 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0BB77401 for ; Tue, 27 Nov 2012 05:58:00 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id B71FC8FC0C for ; Tue, 27 Nov 2012 05:57:59 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.5/8.14.5) with ESMTP id qAR5YXKe038667; Mon, 26 Nov 2012 22:34:33 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.5/8.14.5/Submit) with ESMTP id qAR5YXAA038664; Mon, 26 Nov 2012 22:34:33 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Mon, 26 Nov 2012 22:34:33 -0700 (MST) From: Warren Block To: "Ronald F. Guilmette" Subject: Re: Advanced Format Drive ? In-Reply-To: <15893.1353964390@tristatelogic.com> Message-ID: References: <15893.1353964390@tristatelogic.com> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (wonkity.com [127.0.0.1]); Mon, 26 Nov 2012 22:34:33 -0700 (MST) Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Nov 2012 05:58:00 -0000 On Mon, 26 Nov 2012, Ronald F. Guilmette wrote: > Starting sector 2048 is definitely a multiple of 4KB, so I am assuming > that all I really need to do here in order to use this new drive as extra > stroage for a FreeBSD system (assuming that I am happy with good old > fashioned MBR style partitioning, which I am) is just: > > newfs -U /dev/da1s1 You should also change the partition type to freebsd or freebsd-ufs. Offhand I'd guess they're both 0xa5, but have not looked. Use 'gpart modify'.