Error: partition table on /dev/hda is inconsistent

Du kommst mit der Installation nicht voran oder willst noch was nachfragen? Schau auch in den "Tipps und Tricks"-Bereich.
Antworten
dga
Beiträge: 76
Registriert: 26.07.2004 23:19:41

Error: partition table on /dev/hda is inconsistent

Beitrag von dga » 26.12.2004 17:37:02

Hallo

Beim Start von "parted" erscheint folgende Fehlermeldung:

Code: Alles auswählen

GNU Parted 1.6.11 with HFS shrink patch 12.5
Copyright (C) 1998 - 2004 Free Software Foundation, Inc.
This program is free software, covered by the GNU General Public License.

This program is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.  See the GNU General Public License for more details.

Using /dev/hda
partition table on /dev/hda is inconsistent.  There are many reasons
why this might be the case.  However, the most likely reason is that Linux
detected the BIOS geometry for /dev/hda incorrectly.  GNU Parted suspects the
real geometry should be 9964/255/63 (not 158816/16/63).  You should check with
your BIOS first, as this may not be correct.  You can inform Linux by adding the
parameter hda=9964,255,63 to the command line.  See the LILO or GRUB
documentation for more information.  If you think Parted's suggested geometry is
correct, you may select Ignore to continue (and fix Linux later).  Otherwise,
select Cancel (and fix Linux and/or the BIOS now).
Ignore/Cancel? cancel
Information: The operating system thinks the geometry on /dev/hda is
158816/16/63.  Therefore, cylinder 1024 ends at 503.999M.
Verstehe leider nicht was das Problem ist. Kann mir jemand erklären was an der Partitionstabelle falsch ist und wie ich den Fehler beheben kann? Bisher hat alles gut funktioniert...

Meine Partitionen:

Code: Alles auswählen

Filesystem           1K-blocks      Used Available Use% Mounted on
/dev/hda5              9614116    105856   9019888   2% /
tmpfs                   257832         0    257832   0% /dev/shm
/dev/hda2                46668     13140     31119  30% /boot
/dev/hda6             19228276    212008  18039520   2% /var
/dev/hda7              4806904    255508   4307212   6% /usr
/dev/hda8               964500     16440    899064   2% /tmp
/dev/hda9             43627480  39275440   2135876  95% /home
/dev/scd0              4403064   3356748    822648  81% /dvd
Nebenbei: Was ist dieses tmpfs an /dev/shm ??

Danke.

Benutzeravatar
knecht
Beiträge: 1214
Registriert: 08.01.2004 15:33:44
Wohnort: Berlin
Kontaktdaten:

Beitrag von knecht » 27.12.2004 15:37:51

Nebenbei: Was ist dieses tmpfs an /dev/shm ??
Das ist eine RAM Disk, deren besondere Eigenschaft es ist sich selbst dynamisch zu vergrößern und verkleinern. Normalerweiße eine nicht nötige Sache

Dann steht folgendes in deiner Fehlermeldung:
However, the most likely reason is that Linux detected the BIOS geometry for /dev/hda incorrectly. GNU Parted suspects the real geometry should be 9964/255/63 (not 158816/16/63).
You should check with your BIOS first, as this may not be correct. You can inform Linux by adding the parameter hda=9964,255,63 to the command line. See the LILO or GRUB documentation for more information.
Wenn du nichts an deinen Bios Einstellungen verändert hast, würde ich ihm beim Bootloader den parameter hda=9964,255,63 hinter die Kernel Zeile schreiben. (bei grub)
_________________________________________________
Linux HowTo's, Programmierung, Wallpapers und 3D:
http://www.neoBerserker.de

dga
Beiträge: 76
Registriert: 26.07.2004 23:19:41

Beitrag von dga » 27.12.2004 18:32:33

und bei lilo?

Antworten