From owner-freebsd-questions@FreeBSD.ORG Thu Nov 29 00:40:17 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 D32E0994 for ; Thu, 29 Nov 2012 00:40:17 +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 8D3568FC12 for ; Thu, 29 Nov 2012 00:40:17 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.5/8.14.5) with ESMTP id qAT0eG83069880; Wed, 28 Nov 2012 17:40:16 -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 qAT0eGEv069877; Wed, 28 Nov 2012 17:40:16 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Wed, 28 Nov 2012 17:40:16 -0700 (MST) From: Warren Block To: "Ronald F. Guilmette" Subject: Re: Advanced Format Drive ? In-Reply-To: <71454.1354149077@tristatelogic.com> Message-ID: References: <71454.1354149077@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]); Wed, 28 Nov 2012 17:40:16 -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: Thu, 29 Nov 2012 00:40:17 -0000 On Wed, 28 Nov 2012, Ronald F. Guilmette wrote: > > In message , > Warren Block wrote: > >>> I tried to do as you suggest and change the partition type to freebsd-ufs, >>> but there's a problem... >>> >>> # gpart modify -i 1 -t freebsd-ufs /dev/da1 >>> gpart: Invalid argument >> >> da1 is the drive. da1s1 is the first slice. > > Yeabut that's what I thought that the -i option was for! I mean isn't the parameter for > that supposed to tell gpart which sub-part of the whole "geom" thing that is named on > the command line is supposed to be modified? Doh, you are right, and I misread it. It's the type that is the problem: freebsd-ufs is a not an MBR partition type, it should be just freebsd: # gpart modify -i1 -t freebsd /dev/da1