-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Try to recover corrupted ext4 /data with backup superblock
If the superblock of /data is corrupted, fs_mgr would skip check_fs. But, e2fsck actually may reference backup superblock to recover the filesystem. This fix gives fs_mgr second chance to fix corrupted ext4 /data. Bug: 156200421 Test: boot with corrupted ext4 superblock Signed-off-by: Randall Huang <huangrandall@google.com> Change-Id: Ieb89e7274d772962fe37927dcd62567dd5aa4657 (cherry picked from commit 72abd7b246f733e5f417e2bc529c9b482c4a778b) Former-commit-id: 4e864e121640977cb6c1843121b796c6687249d4
- Loading branch information
Randall Huang
committed
Jun 12, 2020
1 parent
1a6cb73
commit e09f8ea
Showing
1 changed file
with
30 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters