Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1422690AbWKEV20 (ORCPT ); Sun, 5 Nov 2006 16:28:26 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1422683AbWKEV20 (ORCPT ); Sun, 5 Nov 2006 16:28:26 -0500 Received: from smtpq1.groni1.gr.home.nl ([213.51.130.200]:36788 "EHLO smtpq1.groni1.gr.home.nl") by vger.kernel.org with ESMTP id S1422679AbWKEV2Z (ORCPT ); Sun, 5 Nov 2006 16:28:25 -0500 Message-ID: <454E575B.40403@keyaccess.nl> Date: Sun, 05 Nov 2006 22:27:55 +0100 From: Rene Herman User-Agent: Thunderbird 1.5.0.7 (X11/20060909) MIME-Version: 1.0 To: "H. Peter Anvin" CC: Kyle Moffett , Mikulas Patocka , Albert Cahalan , kangur@polcom.net, linux-kernel@vger.kernel.org Subject: Re: New filesystem for Linux References: <787b0d920611041159y6171ec25u92716777ce9bea4a@mail.gmail.com> <454E48D9.3060303@zytor.com> In-Reply-To: <454E48D9.3060303@zytor.com> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-AtHome-MailScanner-Information: Neem contact op met support@home.nl voor meer informatie X-AtHome-MailScanner: Found to be clean Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 993 Lines: 25 H. Peter Anvin wrote: [ partitions ] > Actually, DOS/Win9x should handle arbitrary alignment just fine For primary (and extended) partitions, yes. I haven't used any version of DOS that has ever objected to arbitrarily aligned partitions in the MBR (and I do align them arbitrarily since I always make my partitions some exact size and start the next partition in the next sector). Different though for logical partitions inside an extended. As late as Windows 98, DOS would object to non-aligned logicals, at the very least with some settings for the BIOS use/don't use LBA or "Large" settings. Linux doesn't care; I've used type 0x85 instead of 0x05 for my extended partitions dus to that for years. DOS just ignores that one... Rene - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/