Re: [OT] Odd partition overlapping problem

From: Guest section DW (dwguest@win.tue.nl)
Date: Wed Nov 14 2001 - 06:02:18 EST


On Wed, Nov 14, 2001 at 10:02:59AM -0500, Robert Holmberg wrote:

> It seems my hda 6 is overlapping my hda4.
>
> Partition table:
> Device Boot Start End Blocks Id System
> /dev/hda1 * 1 523 4200966 c Win95 FAT32 (LBA)
> /dev/hda2 524 525 16065 83 Linux
> /dev/hda3 526 2647 17044965 83 Linux
> /dev/hda4 2648 3736 8747392+ 5 Extended
> /dev/hda5 2648 2713 530113+ 82 Linux swap
> /dev/hda6 2714 3736 8217216 c Win95 FAT32 (LBA)

There is nothing wrong with this partition table,
from a Linux point of view.

But lots of things may be wrong in the Windows - Linux cooperation.

Windows has its own data independent of the partition table.
So, if you change the partition table Windows may still use
the original partitioning.

Something else that may be bad: type 5 becomes type f when LBA
should be used. Since you are past cylinder 1024 you do not
want the CHS data to be used.

Something else that may be bad: DOS/Windows expects that type 5/f is
their own. At least the first partition in an extended should
be a DOS/Windows one, otherwise some programs will be unhappy.

Etc.

Try first f instead of 5, that is the easiest change.
-
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/



This archive was generated by hypermail 2b29 : Thu Nov 15 2001 - 21:00:38 EST