Re: [BUG 2.6.7] : Partition table display bogus...

From: Andries Brouwer
Date: Sat Jun 26 2004 - 05:47:46 EST


On Fri, Jun 25, 2004 at 07:28:54PM -0700, andyb@xxxxxxxxxx wrote:

> Having partition table troubles here with 2.6.7 on hdc: unknown partition table.
>
> Using 2.6.6 kernel, hdc is handled just fine, partitions are visible.
> The boot drive is hda, drive hdc is for other optional mount points.
>
> hdc: QUANTUM FIREBALL CR8.4A, ATA DISK drive
> ide1 at 0x170-0x177,0x376 on irq 15
> hdc: max request size: 128KiB
> hdc: 16514064 sectors (8455 MB) w/418KiB Cache, CHS=16383/16/63
> hdc: unknown partition table
>
> It's been said in this thread that the kernel no longer guesses a geometry;
> it's also been said elsewhere that the kernel doesn't use CHS at all.
> What do I put on the kernel parameter line to give a define geometry?

Well, I suppose whatever geometry you invent will make no difference at all.
Roughly speaking, Linux does not use any geometry.

Also, the geometry change you refer to is old, not something that happened
during 2.6.

Since reading the partition table is the very first thing that happens
on the disk, any kind of IDE problem will cause problems reading the pt

Check whether you can read that disk using dd.
Check that fdisk still can read the table on that disk.
Go back to 2.6.6 and check that the pt table is still OK.
Check what type it is, and that your 2.6.7 kernel still has
configured that type.

-
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/