From owner-freebsd-stable@FreeBSD.ORG Wed May 18 20:32:02 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C80CB16A4CE for ; Wed, 18 May 2005 20:32:02 +0000 (GMT) Received: from smtp101.rog.mail.re2.yahoo.com (smtp101.rog.mail.re2.yahoo.com [206.190.36.79]) by mx1.FreeBSD.org (Postfix) with SMTP id 2951843DA2 for ; Wed, 18 May 2005 20:32:02 +0000 (GMT) (envelope-from mikej@rogers.com) Received: from unknown (HELO 172.16.0.1) (mikej@69.193.222.195 with login) by smtp101.rog.mail.re2.yahoo.com with SMTP; 18 May 2005 20:31:57 -0000 Received: from 172.16.0.199 (SquirrelMail authenticated user mikej) by 172.16.0.1 with HTTP; Wed, 18 May 2005 16:31:51 -0400 (EDT) Message-ID: <1479.172.16.0.199.1116448311.squirrel@172.16.0.1> In-Reply-To: <20050518202836.GA82926@dan.emsphone.com> References: <1472.172.16.0.199.1116447692.squirrel@172.16.0.1> <20050518202836.GA82926@dan.emsphone.com> Date: Wed, 18 May 2005 16:31:51 -0400 (EDT) From: "Mike Jakubik" To: "Dan Nelson" User-Agent: SquirrelMail/1.5.1 [CVS] MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit cc: stable@freebsd.org Subject: Re: Boot loader cant identify ntfs? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 May 2005 20:32:02 -0000 On Wed, May 18, 2005 4:28 pm, Dan Nelson said: > The next release should: > > > RCS file: /home/ncvs/src/sys/boot/i386/boot0/boot0.S,v > > > revision 1.14 date: 2005/02/08 20:43:04; author: des; state: Exp; > lines: +2 -2 > Remove type 0x4 (FAT12 <32MB) to make room for type 0x7 (NTFS). > > > revision 1.10.2.4 (RELENG_5) date: 2005/04/21 15:42:28; author: obrien; > state: Exp; lines: +2 -2 > MFC: rev 1.14: remove type 0x4 (FAT12 <32MB) to make room for type 0x7 > (NTFS). Ahh, good stuff. Thanks for the info.