From owner-freebsd-questions@freebsd.org Tue Dec 22 19:39:30 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2C6C2A4F682 for ; Tue, 22 Dec 2015 19:39:30 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id F1B4419AB for ; Tue, 22 Dec 2015 19:39:29 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.15.2/8.15.2) with ESMTPS id tBMJdTKj060310 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 22 Dec 2015 12:39:29 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.15.2/8.15.2/Submit) with ESMTP id tBMJdTAB060307; Tue, 22 Dec 2015 12:39:29 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Tue, 22 Dec 2015 12:39:29 -0700 (MST) From: Warren Block To: John McDonnell cc: FreeBSD Questions Subject: RE: POS system trashing hard drives during install In-Reply-To: Message-ID: References: , User-Agent: Alpine 2.20 (BSF 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Tue, 22 Dec 2015 12:39:29 -0700 (MST) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Dec 2015 19:39:30 -0000 On Mon, 21 Dec 2015, John McDonnell wrote: > Apologizing in advance if the formatting of this gets all out of > whack. Don't have a handy way of doing a copy and paste from up here > where I have an old system with PATA connectors. So I'm typing by hand > on my phone. Though, thinking about it now, maybe I should have done > this from the POS since it will boot the XP disk. Maybe it will show > something different. Anyway, here goes: > > root@:~ # gpart show ada0 > => 63 78165297 ada0 MBR (37G) > 63 40965687 1 ntfs [active] (20G) > 40965750 37190475 2 ebr (18G) > 78156225 9135 - free - (4.5M) > > => 0 37190475 ada0s2 EBR (18G) > 0 37190475 1 ntfs (18G) > > That looks like a pretty normal layout to me. Guessing that there > might be something special inside the MBR itself or something in the > "empty" sectors. Is there some other command than "gpart show" that > would be helpful? Look at what partitions are present in the second slice: gpart show ada0s2