grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Partition table entries are not in disk order


From: Mario Emmenlauer
Subject: Re: Partition table entries are not in disk order
Date: Mon, 18 Dec 2006 11:20:36 +0100
User-agent: Thunderbird 1.5.0.8 (X11/20061117)

James Lockie schrieb:
> Can I fix this without deleting the partitions "Partition table entries
> are not in disk order"?

Yes. From linux fdisk, (fdsik /dev/<your-disk>) choose the
advanced menu (by pressing x, afaik), then choose the
entry for correcting partition ordering (press 'm' anytime
to get some help on commands).

You should know that afterwards your partitions will be in
the order they are on disk, meaning all (or some) numbers might
change. That means you might have to adjust your /boot/grub/menu.lst,
and also your /etc/fstab, probably.

afterwards, you will get (on disk):
  /dev/hda1
  /dev/hda2
  /dev/hda3
   ...

> What caused it?

your last partitioning, probably.
It often happens when you delete one partition in the middle
and insert two or more in the remaining space. It can also
happen when you start adding partitions at the end.

if you for example had:
  /dev/hda1
  /dev/hda2   < delete, enter two new partitons
  /dev/hda3

after entering the two partitons ordering is:
  /dev/hda1
  /dev/hda2
  /dev/hda4 < wrong ordering
  /dev/hda3

Note that this is not really a problem for linux.

Cheers,
  Mario





reply via email to

[Prev in Thread] Current Thread [Next in Thread]