From owner-freebsd-questions@FreeBSD.ORG Sat Aug 7 16:43:37 2004 Return-Path: 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 1F6B016A4CE for ; Sat, 7 Aug 2004 16:43:37 +0000 (GMT) Received: from abigail.blackend.org (blackend.org [212.11.35.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E5BF43D1F for ; Sat, 7 Aug 2004 16:43:36 +0000 (GMT) (envelope-from marc@blackend.org) Received: from abigail.blackend.org (localhost [127.0.0.1]) i77GhXVu099523; Sat, 7 Aug 2004 18:43:33 +0200 (CEST) (envelope-from marc@abigail.blackend.org) Received: (from marc@localhost) by abigail.blackend.org (8.12.11/8.12.11/Submit) id i77GhXQ9099522; Sat, 7 Aug 2004 18:43:33 +0200 (CEST) (envelope-from marc) Date: Sat, 7 Aug 2004 18:43:32 +0200 From: Marc Fonvieille To: Bryant Eadon Message-ID: <20040807164332.GA98250@abigail.blackend.org> References: <001501c47c9c$44831440$28d37180@claypigeon> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <001501c47c9c$44831440$28d37180@claypigeon> User-Agent: Mutt/1.4.2.1i X-Useless-Header: blackend.org X-Operating-System: FreeBSD 4.10-PRERELEASE cc: freebsd-questions@freebsd.org Subject: Re: A serious Oops moment X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Aug 2004 16:43:37 -0000 On Sat, Aug 07, 2004 at 12:33:27PM -0400, Bryant Eadon wrote: [...] > > I know it's a 7200 RPM drive, with an 8MB cache and 200G of physical space > ( ~ 186GB after formatting in NTFS), the Western Digital Special Edition > 200G drive. > > I want to restore my data, but I am scared to change the disklabel at the > thought of losing the 150+G of data that is on the drive. Can anyone PLEASE > provide details on how I might be able to restore my data, right now I can't > mount it anywhere? Any help is appreciated. > Try to mount it in read-only mode, some NTFS disks use to make crash my boxes if I "forget" to add -o ro option in the mount command. By default any mount operation is done in read/write mode. Marc