View previous topic :: View next topic |
Author |
Message |
ralix Tux's lil' helper
Joined: 27 Sep 2002 Posts: 101 Location: Potsdam
|
Posted: Tue Feb 18, 2003 12:38 pm Post subject: cannot read superblock beim booten |
|
|
Hallo,
Ein Kollege von mir hat folgendes Problem, beim booten kann
die root Partition nicht mehr gelsen werden. Es kommt eine Meldung
das der Superblock corrupt ist. Er hat die wahl mit strg-d nei zu starten oder
per root password "anzumelden". Ein fsck auf der Platte führt immer
zur Fehlermeldung der Superblock sei kaputt. Kann man diesen irgendwie nei schreiben, bzw reparieren ?
MfG Ralix |
|
Back to top |
|
|
de4d Apprentice
Joined: 12 Sep 2002 Posts: 181 Location: fr. i. br. (ger)
|
Posted: Tue Feb 18, 2003 1:08 pm Post subject: |
|
|
hatte sowas schon 2x (verschiedene pladden).
jedesmal hat anderes system booten und fsck geholfen.
das restored afaik das backup superblock, und alles geht dann wieder.
[edit: sorry verpeilt, muss doch etwas anderes gewesen sein (problem und/oder loesung) :|] _________________ void main(){fork();main();} |
|
Back to top |
|
|
ralix Tux's lil' helper
Joined: 27 Sep 2002 Posts: 101 Location: Potsdam
|
Posted: Tue Feb 18, 2003 1:13 pm Post subject: |
|
|
Also soweit ich das jetzt sagen kann, hat er keine Moglichkeit ein anderes
System zu booten. Das muß doch auch irgendwie anders gehen.
Ich hab gelesen das man mit mke2fs -n /dev/sda5 sich die blocks der superblocks
ausgeben lassen kann, allerdings meckert er da rum das er das device nicht
nicht finden kann.
MfG Ralix |
|
Back to top |
|
|
ralix Tux's lil' helper
Joined: 27 Sep 2002 Posts: 101 Location: Potsdam
|
Posted: Tue Feb 18, 2003 1:22 pm Post subject: |
|
|
Ich hab noch gefunden das die leute die ein ählichiches problem
hatten das mit e2fsck -b 8193 /dev/sda5 gelöst haben. Aber ich hab
keine Ahnung woher die 8193 kommen und was das bringen sollte.
Ich könnte mir vorstellen da liegt das erste backup vom Superblock,
Wenn das aber schief
MfG ralix |
|
Back to top |
|
|
Tuna Guru
Joined: 19 Jul 2002 Posts: 485 Location: Berlin
|
Posted: Tue Feb 18, 2003 2:46 pm Post subject: |
|
|
Code: | -b superblock
Instead of using the normal superblock, use an alternative
superblock specified by superblock. This option is normally
used when the primary superblock has been corrupted. The loca-
tion of the backup superblock is dependent on the filesystem's
blocksize. For filesystems with 1k blocksizes, a backup
superblock can be found at block 8193; for filesystems with 2k
blocksizes, at block 16384; and for 4k blocksizes, at block
32768.
Additional backup superblocks can be determined by using the
mke2fs program using the -n option to print out where the
superblocks were created. The -b option to mke2fs, which spec-
ifies blocksize of the filesystem must be specified in order for
the superblock locations that are printed out to be accurate. |
wenn er deine pladde net findet is wohl noch was anderes daneben... |
|
Back to top |
|
|
JensZ Guru
Joined: 15 Feb 2003 Posts: 339 Location: Freiburg
|
Posted: Tue Feb 18, 2003 6:04 pm Post subject: |
|
|
Die beschreibung der Option -n für mke2fs lautet:
Quote: | -n causes mke2fs to not actually create a filesystem, but display
what it would do if it were to create a filesystem. This can be
used to determine the location of the backup superblocks for a
particular filesystem, so long as the mke2fs parameters that
were passed when the filesystem was originally created are used
again. (With the -n option added, of course!)
|
man kann sich damit als anzeigen lassen wie das Dateisystem auf
Partition X aussehen würde.
Über die opten -b kann man bei e2fsck die position des Superblocks
angeben, falls der erste Superblock also kaputt ist, kann man immer
noch den zwoten oder dritten benutzen (wo die stehen siehst du mit
mke2fs -n /dev/hdX). Da man erstens auf einem gemouteten
Dateisystem kein neues erstellen kann meckert mke2fs natürlich,
außerdem sollte man e2fsck sowieso nicht in einem gemouteten
Dateisystem laufen lassen (vor allem nicht bei solchen Fehlern)
also nimmst du am besten die Gentoo Live CD. |
|
Back to top |
|
|
ralix Tux's lil' helper
Joined: 27 Sep 2002 Posts: 101 Location: Potsdam
|
Posted: Thu Feb 20, 2003 7:24 am Post subject: |
|
|
Hi,
also es hat alles nix genützt ich hab die Partition formatiert,
und es geht wieder alles. Naja einige logfiles sind verloren
aber sonst ist nix weiter passiert.
Danke für eure schnelle Hilfe.
MfG Ralph |
|
Back to top |
|
|
|