From: Mario Emmenlauer <mario@emmenlauer.de>
To: The development of GRUB 2 <grub-devel@gnu.org>
Subject: Re: Partition table entries are not in disk order
Date: Mon, 18 Dec 2006 11:20:36 +0100 [thread overview]
Message-ID: <45866B74.1000807@emmenlauer.de> (raw)
In-Reply-To: <4586331C.2070000@lockie.ca>
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
prev parent reply other threads:[~2006-12-18 10:20 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-12-18 6:20 Partition table entries are not in disk order James Lockie
2006-12-18 10:20 ` Mario Emmenlauer [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=45866B74.1000807@emmenlauer.de \
--to=mario@emmenlauer.de \
--cc=grub-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.