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" <[EMAIL PROTECTED]>
To: "Andreas Jellinghaus" <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
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 [EMAIL PROTECTED]
> 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 [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to