All of lore.kernel.org
 help / color / mirror / Atom feed
* Partition table entries are not in disk order
@ 2006-12-18  6:20 James Lockie
  2006-12-18 10:20 ` Mario Emmenlauer
  0 siblings, 1 reply; 2+ messages in thread
From: James Lockie @ 2006-12-18  6:20 UTC (permalink / raw)
  To: grub-devel Mailing List

Can I fix this without deleting the partitions "Partition table entries 
are not in disk order"?

What caused it?




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Partition table entries are not in disk order
  2006-12-18  6:20 Partition table entries are not in disk order James Lockie
@ 2006-12-18 10:20 ` Mario Emmenlauer
  0 siblings, 0 replies; 2+ messages in thread
From: Mario Emmenlauer @ 2006-12-18 10:20 UTC (permalink / raw)
  To: The development of GRUB 2

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




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-12-18 10:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-18  6:20 Partition table entries are not in disk order James Lockie
2006-12-18 10:20 ` Mario Emmenlauer

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.