From owner-freebsd-stable@FreeBSD.ORG Tue Feb 22 13:04:28 2011 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5E2A2106566C for ; Tue, 22 Feb 2011 13:04:28 +0000 (UTC) (envelope-from petefrench@ingresso.co.uk) Received: from constantine.ticketswitch.com (constantine.ingresso.co.uk [IPv6:2002:57e0:1d4e:1::3]) by mx1.freebsd.org (Postfix) with ESMTP id 238F38FC08 for ; Tue, 22 Feb 2011 13:04:28 +0000 (UTC) Received: from dilbert.london-internal.ingresso.co.uk ([10.64.50.6] helo=dilbert.ticketswitch.com) by constantine.ticketswitch.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.73 (FreeBSD)) (envelope-from ) id 1Prruj-000N2j-P3; Tue, 22 Feb 2011 13:04:25 +0000 Received: from petefrench by dilbert.ticketswitch.com with local (Exim 4.72 (FreeBSD)) (envelope-from ) id 1Prruj-000D2F-ML; Tue, 22 Feb 2011 13:04:25 +0000 Date: Tue, 22 Feb 2011 13:04:25 +0000 Message-Id: To: freebsd-stable@freebsd.org, lists@c0mplx.org In-Reply-To: <20110222125348.GV34314@home.opsec.eu> From: Pete French Cc: Subject: Re: 3TB disc and block alignment X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Feb 2011 13:04:28 -0000 > Why may it hurt ? How may it hurt ? Which sector is written to by > this 'gpart' command ? > > As far as I understand, GPT writes some stuff at the beginning and > the end of the harddisk. Yup, this is true. > How/why will the newfs overwrite those parts ? Because you are also giving it the whole hard disc to write to, instead of a partition within the hard disc, so you will end up scribbling on what you wrote with the gpart command. -pete.