Re: Disk Geometries reported incorrectly on 2.6.0-testX

From: Andrew Clausen
Date: Sun Nov 30 2003 - 17:51:19 EST


On Sun, Nov 30, 2003 at 09:57:56AM +0100, Arjan van de Ven wrote:
> > Intel's EFI GPT partition table format seems quite acceptable.
>
> EFI GPT has some severe downsides (like requiring the last sector on
> disk, which in linux may not be accessible if the total number of
> sectors is not a multiple of 2,

Yeah, this does suck. That ioctl hack isn't pretty.

> and making dd of one disk to another impossible if the second one is
> bigger)

You just lose some of the fault tolerance, until you rerun a partition
tool (or even boot a kernel) that re-does the end of it, adjusting
for the new disk size.

The whole point of having an extra copy of the table is to be fault
tolerant, not to introduce another point of failure!

Cheers,
Andrew

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