Re: The Linux 64 GiB Limit - was: Re: oops! Should be fdisk broken?

Guest section DW (dwguest@win.tue.nl)
Mon, 25 Jan 1999 23:39:14 +0100 (MET)


> - unsigned short cylinders;
> + unsigned long cylinders;

Now that I think about this for 30 more seconds -
this is not a good idea as kernel patch, since it
will break old programs.
So we need a struct hd_geometry2 and an ioctl HDIO_GETGEO2
that returns such a structure.
Nevertheless, you (David Hamm) can try and apply this,
recompile cfdisk, say, and LILO, if you use that,
and report on whether this solves the problems.

Andries

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/