- 积分
- 234
- 金钱
- 194
- 威望
- 0
- 贡献
- 0
- HASS币
- 0
中级会员
- 积分
- 234
- 金钱
- 194
- HASS币
- 0
|
楼主 |
发表于 2024-7-30 11:19:35
|
显示全部楼层
"ext2fs_open2: Bad magic number in super-block"
e2fsck -f /dev/vdb1
e2fsck 1.41.12 (17-May-2010)
e2fsck: Superblock invalid, trying backup blocks...
e2fsck: Bad magic number in super-block while trying to open /dev/vdb1
The superblock could not be read or does not describe a correct ext2
filesystem. If the device is valid and it really contains an ext2
filesystem (and not swap or ufs or something else), then the superblock
is corrupt, and you might try running e2fsck with an alternate superblock:
e2fsck -b 8193 <device>
|
|