From owner-freebsd-questions@FreeBSD.ORG Mon Aug 8 04:12:16 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B01616A41F for ; Mon, 8 Aug 2005 04:12:16 +0000 (GMT) (envelope-from mark@mkproductions.org) Received: from ylpvm15.prodigy.net (ylpvm15-ext.prodigy.net [207.115.57.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA85543D45 for ; Mon, 8 Aug 2005 04:12:15 +0000 (GMT) (envelope-from mark@mkproductions.org) Received: from pimout7-ext.prodigy.net (pimout7-int.prodigy.net [207.115.4.147]) by ylpvm15.prodigy.net (8.12.10 outbound/8.12.10) with ESMTP id j784CGaR018318 for ; Mon, 8 Aug 2005 00:12:16 -0400 X-ORBL: [66.139.109.212] Received: from [192.168.1.45] (ppp-66-139-109-212.dsl.stlsmo.swbell.net [66.139.109.212]) by pimout7-ext.prodigy.net (8.13.4 outbound domainkey aix/8.13.4) with ESMTP id j784C9qX395806; Mon, 8 Aug 2005 00:12:14 -0400 Message-ID: <42F6E968.7040206@mkproductions.org> Date: Mon, 08 Aug 2005 00:11:04 -0500 From: Mark Kane User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050620) X-Accept-Language: en-us, en MIME-Version: 1.0 To: ruben@bloemgarten.demon.nl References: In-Reply-To: X-Enigmail-Version: 0.89.6.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=windows-1250; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: How to recover data? - Formatted, Fdisk'd, and disklabeled ad1, now ad0 with FreeBSD is messed up X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Aug 2005 04:12:16 -0000 Ruben Bloemgarten wrote: > Hi Mark, > On disk ad1 you have one slice ad1s1 which has one partition ad1s1d, > mount this > # mount /dev/ad1s1d /mnt > Now check the size of the partition : Hi Ruben. Thanks for the response. After mounting /dev/ad1s1d in FixIt, df -h shows: /dev/ad1s1d with 55G Size, and 51G Avail. That looks right for a 60GB drive. > If the size of this partition is equal to the size of your drive you just > used the entire drive for that one partition. If it's not you did not finish > labeling the remainder of the slice That's what I wanted it to do, use the entire drive in one partition. > I'm assuming that FBSD is installed on your other disk ad0 where you have > one slice ad0s1 and 5 partitions a,b,d,e,f, which I assume are /, swap, var, > usr and home respectively. Yes, FreeBSD was installed on ad0 with the 5 partitions as you said. > Now, for a total picture, I hope, it seems that you installed FBSD on ad0s1* > and newfs'd/disklabel ad1s1* hoping to later mount this and get y'r data on > there. If FBSD is not booting I assume you did not install any type of boot > manager. > > The big mystery to me here is this : you say you > > 1. you backed up the content of you 60 GB NTFS drive to your 160GB drive > (which I therefore assume to be ad0) > 2. installed FBSD on you 160GB drive (still ad0) > 3. newfs'd your 60GB drive ( ad1) Yes, I installed FBSD on ad0s1* on Thursday of last week. I copied the data from the 60GB drive on ad1 to the 160GB drive Saturday night (from within FreeBSD). Sunday morning, I newfs'd my 60GB drive (ad1), and after doing so, FreeBSD (on drive ad0) wouldn't boot anymore. I didn't touch anything on ad0. So to clear it up, I did NOT copy my data to the 160GB drive, then install FreeBSD, then format my 60GB drive (I see what you mean about where would my data be). I copied the data from 60GB to 160GB with FreeBSD installed, and then ONLY newfs'd the 60GB (ad1). Somehow after doing that, FreeBSD won't boot and I'm not sure what happened. Thanks again. -Mark