From owner-freebsd-questions@FreeBSD.ORG Sat May 31 20:37:37 2003 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 2844437B401 for ; Sat, 31 May 2003 20:37:37 -0700 (PDT) Received: from Gina.esfm.ipn.mx (esfm.ipn.mx [148.204.102.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A16F43FB1 for ; Sat, 31 May 2003 20:37:36 -0700 (PDT) (envelope-from mrspock@esfm.ipn.mx) Received: from Gina.esfm.ipn.mx (localhost [127.0.0.1]) by Gina.esfm.ipn.mx (8.12.6p2/8.12.6) with ESMTP id h513bKZi049926; Sat, 31 May 2003 22:37:20 -0500 (CDT) (envelope-from mrspock@esfm.ipn.mx) Received: from localhost (mrspock@localhost)h513bHdJ049923; Sat, 31 May 2003 22:37:18 -0500 (CDT) X-Authentication-Warning: Gina.esfm.ipn.mx: mrspock owned process doing -bs Date: Sat, 31 May 2003 22:37:17 -0500 (CDT) From: Eduardo Viruena Silva To: lukek In-Reply-To: <003301c327e6$47a93a20$300aa8c0@yujo> Message-ID: <20030531222846.G49747@Gina.esfm.ipn.mx> References: <007501c3271d$26c5fbf0$080aa8c0@yujo> <001c01c327d2$70ad0af0$300aa8c0@yujo> <002701c327d7$2241dee0$300aa8c0@yujo> <003301c327e6$47a93a20$300aa8c0@yujo> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: FreeBSD Subject: Re: Doh ! Installed FBSD5.0 and no more dual boot 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: Sun, 01 Jun 2003 03:37:37 -0000 On Sun, 1 Jun 2003, lukek wrote: > You are absolutely correct during the installation process I chose to have > FreeBSD install it's own boot loader just as I had a number of times before > with older versions but there must be a subtle difference between the older > versions and the latest. > > The disk is showing that the NTFS partition is active ( I have used a number > of tools to check on this ) but no cigar. > > Thanks for your assistance thus far. I will keep looking for something to > fix this. > > LukeK Tell me something: Does FreeBSD boot? It seems to me Win2k is somehow broken but, if FreeBSD can boot then you can read the NTFS slice, therefore you can make a backup of your data storesd in Win2k slice. mount -t ntfs /dev/ad0s1 /mnt will mount slice 1 of ATA disk 0 if it contains an NTFS file system.