サーバーのクラッシュ後にスーパーブロックが破損する

サーバーのクラッシュ後にスーパーブロックが破損する

私のサーバー(CentOS 6)がクラッシュし、起動時にカーネルパニックが発生しました。現在、2つの1TBドライブを持つmdadm RAID1アレイを使用しています。

インストール:無効なファイルシステムタイプ、無効なオプション、/dev/mapper/vg_server2422-LogVol01のスーパーブロックエラー

  • vg_server2422-LogVol01はい/
  • vg_server2422-LogVol00交換です。
  • vg_server2422-LogVol02私のすべてのデータを含むパーティション。

以下からCentOS 6.3 LiveCDから起動しました。仮想メディアを実行し、lvscanボリュームをアクティブに戻すこれを実行しました。

fsck説明する:

ファイルシステムサイズ(スーパーブロックによると232603648ブロック)

デバイスの物理サイズは214958080ブロックです。

スーパーブロックまたはパーティションテーブルが破損している可能性があります!

LogVol02を中断しない場合:

/dev/mapper/vg_server2422-LogVol02 contains a file system with errors, check forced.
Pass 1: Checking inodes, blocks, and sizes
Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Pass 5: Checking group summary informatoin
Error reading block 214958080 (Attempt to read block from filesystem resulted in short read) while reading inode and block bitmaps. Ignore error<y>? yes

Force rewrite<y>? yes

Error reading block 214958080 (Attempt to read block from filesystem resulted in short read) while reading inode and block bitmaps. Ignore error<y>? yes

Force rewrite<y>? yes

Error reading block 214958081 (Invalid argument) while reading inode and block bitmaps. Ignore error<y>? yes

Force rewrite<y>? yes

Error reading block 214958081 (Invalid argument) while reading inode and block bitmaps. Ignore error<y>? yes

Error reading block 215482368 (Invalid argument) while reading inode and block bitmaps. Ignore error<y>? yes

Force rewrite<y>? yes

Error reading block 215482368 (Invalid argument) while reading inode and block bitmaps. Ignore error<y>? yes

Error reading block 216006656 (Invalid argument) while reading inode and block bitmaps. Ignore error<y>? yes

Force rewrite<y>? yes

Error reading block 216006656 (Invalid argument) while reading inode and block bitmaps. Ignore error<y>?

...理解しました。それは長い間続きました。後でマウントしようとすると、同じエラー(無効なファイルシステムタイプ、無効なオプション、無効なスーパーブロック)が発生します。すべてのSuperBlockバックアップを試しましたが、fsck何も機能しませんでした。

どんなアイデアがありますか?

私は次の提案の1つに従いました。ext4スーパーブロックの復元mke2fs -S -b 4096その後、実行されましたが、fsckしばらくするfsckと、「分割エラー」によってクラッシュが発生しました。

ベストアンサー1

おすすめ記事