Zerschossene XFS-Partition reparieren?
Posted: 2006-12-29 16:04
Moin,
mir hat's das komplette Dateisystem meines Servers zerlegt (und es gibt leider deutliche Hinweise auf einen drohenden Plattentod
) Mit viel Mühe und Geduld ist es mir gelungen, die Root-Partition (ext3) im Rescue-System soweit zu restaurieren, dass ich noch mal eine finale Sicherung vor dem Plattentausch durchführen kann.
Schwieriger gestaltet sich das ganze mit meinen XFS-Partitionen: während einige ebenfalls per xfs_check bzw. xfs_repair reanimiert werden konnten, komme ich bei zwei Partitionen nicht nennenswert weiter:
OK, hab ich natürlich versucht:
Also doch mal den Repair-Versuch durchgezogen:
Kennt jemand von Euch noch einen Weg, eventuell an die betroffenen Partitionen noch mal ranzukommen, oder ist das ein absolut hoffnungsloser Fall?
mir hat's das komplette Dateisystem meines Servers zerlegt (und es gibt leider deutliche Hinweise auf einen drohenden Plattentod
Schwieriger gestaltet sich das ganze mit meinen XFS-Partitionen: während einige ebenfalls per xfs_check bzw. xfs_repair reanimiert werden konnten, komme ich bei zwei Partitionen nicht nennenswert weiter:
Code: Select all
xfs_check /dev/hda6
ERROR: The filesystem has valuable metadata changes in a log which needs to
be replayed. Mount the filesystem to replay the log, and unmount it before
re-running xfs_check. If you are unable to mount the filesystem, then use
the xfs_repair -L option to destroy the log and attempt a repair.
Note that destroying the log may cause corruption -- please attempt a mount
of the filesystem before doing this.
Code: Select all
mount -t xfs /dev/hda6 /mnt/var/
mount: /dev/hda6: can't read superblock
Code: Select all
xfs_repair -L /dev/hda6
Phase 1 - find and verify superblock...
superblock read failed, offset 1311916032, size 2048, ag 4294967295, rval 2
fatal error -- Input/output error