![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||||||||
Solution Type Problem Resolution Sure Solution 2142995.1 : Booting into the BDA Rescue Image Shows Boot and Root have Superblock Corruptions
In this Document
Created from <SR 3-12561522311> Applies to:Big Data Appliance X5-2 Hardware - Version All Versions and laterLinux x86-64 SymptomsBooting using the BDA rescue image shows boot and root have superblock corruptions. After booting into the BDA rescue image in this case: /dev/md0 boot is md127
/dev/md2 root is md126
The superblock is corrupted on both volumes. # mount /dev/md126 /mnt
EXT4-fs (md126): ext4_check_descriptors: Block bitmap for group 3072 not in group (block 334598144)! EXT4-fs (md126): group descriptors corrupted! mount: wrong fs type, bad option, bad superblock on /dev/md126, missing codepage or helper program, or other error In some cases useful info is found in syslog - try dmesg | tail or so
# mount /dev/md127 /mnt
EXT4-fs (md127): ext4_check_descriptors: Block bitmap for group 0 not in group (block 1050624)! EXT4-fs (md127): group descriptors corrupted! mount: wrong fs type, bad option, bad superblock on /dev/md127, missing codepage or helper program, or other error In some cases useful info is found in syslog - try dmesg | tail or so
CauseThe cause is not known. Solution1. You can try: # mkfs.ext4 -S /dev/md126
# mkfs.ext4 -S /dev/md127
but there can be data loss. The -S option will allow you to write superblock and groups descriptions. -S Write superblock and group descriptors only. This is useful if all of the superblock and backup superblocks are corrupted, and a last-ditch recovery method is desired. It causes mke2fs to reinitialize the superblock and group descriptors, while not touching the inode table and the block and inode bitmaps. The e2fsck program should be run immediately after this option is used, and there is no guarantee that any data will be salvageable. It is critical to specify the correct filesystem blocksize when using this option, or there is no chance of recovery.
2. The recommendation is to first try the options in, How to Check and Repair EXT3/EXT4 Filesystem on Oracle Linux (Doc ID 1666661.1), to use fsck and try to recover the filesystem using other superblocks. Make sure that you take a file system backup first. Note: Sometime the level of corruption is so intense that it becomes hard to recover and in that case you will have to loose your data and rebuild the filesystem.
Attachments This solution has no attachment |
||||||||||||||||||
|