From owner-freebsd-questions@FreeBSD.ORG Fri Nov 2 21:33:54 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 8F47742C for ; Fri, 2 Nov 2012 21:33:54 +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 C8F018FC18 for ; Fri, 2 Nov 2012 21:33:53 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.5/8.14.5) with ESMTP id qA2LXpUs040907; Fri, 2 Nov 2012 15:33:51 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.5/8.14.5/Submit) with ESMTP id qA2LXpMB040904; Fri, 2 Nov 2012 15:33:51 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Fri, 2 Nov 2012 15:33:51 -0600 (MDT) From: Warren Block To: Leslie Jensen Subject: Re: My freebsd partition changed by Windows chkdsk In-Reply-To: <5093E5F2.9030102@eskk.nu> Message-ID: References: <50924049.1020400@eskk.nu> <50938944.5040709@eskk.nu> <5093E5F2.9030102@eskk.nu> 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]); Fri, 02 Nov 2012 15:33:51 -0600 (MDT) 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: Fri, 02 Nov 2012 21:33:54 -0000 On Fri, 2 Nov 2012, Leslie Jensen wrote: > > > 2012-11-02 16:12, Warren Block skrev: >> On Fri, 2 Nov 2012, Leslie Jensen wrote: >> >>> I use sysinstall and fdisk to find the disk, and I get >> >> Please don't use sysinstall for this or any disk formatting. >> >>> Offset Size(ST) End Name PType Desc Subtype >>> Flags >>> >>> 0 63 62 - 12 unused 0 >>> 63 256977 257039 ad12s1 4 unknown 22 >>> 257040 163702350 163959389 ad12s2 4 NTFS/HPFS/QNX 7 >>> 163959390 812813778 976773167 ad12s3 4 NTFS/HPFS/QNX 7 >>> >>> >>> It's ad12s3 that's my freebsd slice >>> >>> gpart show ad12s3 returns >>> >>> gpart: No such geom: ad12s3 >>> >>> >>> How do I proceed? >> >> I don't see why gpart doesn't see that. Please show the output of >> 'gpart show ad12'. >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to >> "freebsd-questions-unsubscribe@freebsd.org" > > > => 63 976773105 ad12 MBR (465G) > 63 256977 1 !22 (125M) > 257040 163702350 2 ntfs [active] (78G) > 163959390 812813778 3 ntfs (387G) Well, that's a start. The MBR is fine. The bad news is that the bsdlabel information in slice 3 may be missing. gpart should see that if it exists. If you have a printed or saved version of the bsdlabel (disklabel) information, that could be recreated. Without it, I don't know.