Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 26 Feb 2001 12:28:37 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 26 Feb 2001 12:28:28 -0500 Received: from vger.timpanogas.org ([207.109.151.240]:54542 "EHLO vger.timpanogas.org") by vger.kernel.org with ESMTP id ; Mon, 26 Feb 2001 12:28:13 -0500 Date: Mon, 26 Feb 2001 11:22:32 -0700 From: "Jeff V. Merkey" To: Andre Hedrick Cc: "Jeff V. Merkey" , Guest section DW , Andreas Jellinghaus , linux-kernel@vger.kernel.org Subject: Re: partition table: chs question Message-ID: <20010226112232.B23495@vger.timpanogas.org> In-Reply-To: <002201c09f87$5ce75640$f6976dcf@nwfs> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from andre@linux-ide.org on Sun, Feb 25, 2001 at 05:59:33PM -0800 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Feb 25, 2001 at 05:59:33PM -0800, Andre Hedrick wrote: > > > It does not matter because the usage of CHS will dies soon because it was > voted to death in Austin last week. There will only be LBA addressing > from now on out. If someone has Linux and NetWare dual booted on a system, and does not fill out the CHS fields properly for NetWare partitions, When NetWare boots, it will wipe the partition table (it will ask you first) and will not recognize any of the partitions. It does this because if it sees CHS values it does not expect, it assumes the partition table has been corrupted. Jeff > > On Sun, 25 Feb 2001, Jeff V. Merkey wrote: > > > > > Please also check vger.timpanogas.org/nwfs/nwfs.tar.gz:disk.c for NetWare > > specific calculations of the CHS values, a different method is used for > > NetWare partitions vs. everything else (Novell just had to be different). > > If you do not use their methods on NetWare partitions, NetWare will not > > recognize the partition entries correctly, and will attempt to reinitialize > > the entire partition table on a system if they are wrong (Ouch!). NetWare > > does a different calculation for conversion of cylinder values above 1024. > > > > Jeff > > > > > > ----- Original Message ----- > > From: "Guest section DW" > > To: "Andreas Jellinghaus" ; > > > > Sent: Sunday, February 25, 2001 2:47 PM > > Subject: Re: partition table: chs question > > > > > > > On Sun, Feb 25, 2001 at 04:35:34PM +0100, Andreas Jellinghaus wrote: > > > > > > > for partitions not in the first 8gb of a harddisk, what > > > > should the c/h/s start and end value be ? > > > > > > > > most fdisks seem to set start and end to 255/63/1023. > > > > but partition magic creates partitions with start set to > > > > 0/1/1023 and end set to 255/63/1023, and detects a problem > > > > if start is set to 255/63/1023. > > > > > > > > so, how should a partition table look like ? > > > > > > Since these values will never be used you can imagine that they > > > are not of great interest. Do whatever you like. > > > - > > > 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/ > > > > - > > 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/ > > > > Andre Hedrick > Linux ATA Development > ASL Kernel Development > ----------------------------------------------------------------------------- > ASL, Inc. Toll free: 1-877-ASL-3535 > 1757 Houret Court Fax: 1-408-941-2071 > Milpitas, CA 95035 Web: www.aslab.com - 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/