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