このページの翻訳:
- 日本語 (ja)
- English (en)
最近の更新
Tag Cloud
このページへのアクセス
今日: 4 / 昨日: 1
総計: 1074
- Dokuwiki.fl8.jp(343)
- 14 rsync(17)
- 05 rsync(16)
- 13 CentOS6メール設定(16)
- IPMIコマンド(16)
最近の更新
このページへのアクセス
今日: 4 / 昨日: 1
総計: 1074
# e2fsck -f -y /dev/mapper/hogehoge e2fsck 1.39 (29-May-2006) The filesystem size (according to the superblock) is 2097152 blocks The physical size of the device is 2096474 blocks Either the superblock or the partition table is likely to be corrupt! Abort? yes
この場合何をやってもダメで、最後に-Sオプション付きでmke2fsコマンドを実行して、スーパーブロックを再作成してみると治りました。
# mke2fs -S /dev/mapper/hogehoge