仮想サーバー上のスーパーブロックを読み取れません

仮想サーバー上のスーパーブロックを読み取れません

Ubuntu 14.10を起動すると、次のようなログが出力されました。

[1377286.486802] EXT4-fs (sda2): スーパーブロックを読み取れません

ログインしてマシンを使用することはできますが、何か問題があるようです。

fdisk、dumpe2fs、e2fsck を使用したいくつかの診断が行われました。

これはどの程度悪いのでしょうか、また何をすべきか、何ができるでしょうか?

sudo fdisk -l

Disk /dev/sda: 16 GiB, 17179869184 bytes, 33554432 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x71f43c62

Device     Boot  Start      End  Sectors  Size Id Type
/dev/sda1  *      2048   499711   497664  243M 83 Linux
/dev/sda2       501758 33552383 33050626 15.8G  5 Extended
/dev/sda5       501760 33552383 33050624 15.8G 8e Linux LVM

Disk /dev/mapper/Ubuntu--vg-root: 11.8 GiB, 12624855040 bytes, 24657920 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/mapper/Ubuntu--vg-swap_1: 4 GiB, 4294967296 bytes, 8388608 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes

sudo dumpe2fs /dev/sda2

dumpe2fs 1.42.10 (18-May-2014)
dumpe2fs: Attempt to read block from filesystem resulted in short read while trying to open /dev/sda2
Couldn't find valid filesystem superblock.

sudo e2fsck -f /dev/sda2

e2fsck 1.42.10 (18-May-2014)
e2fsck: Attempt to read block from filesystem resulted in short read while trying to open /dev/sda2

Could this be a zero-length partition?

答え1

そうですね、拡張パーティションをマウントしようとしていますが、そのパーティションにはファイルシステムがないので、うまくいきません。代わりにどのパーティションをマウントしたいのですか?

関連情報