Code: Select all
EXT4-fs (sdc1): error loading journalCode: Select all
mount -r /dev/sdc1 /tmp/tmpCode: Select all
mount: /tmp/tmp: can't read superblock on /dev/sdc1.Code: Select all
dumpe2fs /dev/sdc1|grep superblockCode: Select all
kubuntu@kubuntu:~$ sudo e2fsck -b 98304 /dev/sdc1
e2fsck 1.46.3 (27-Jul-2021)
Superblock needs_recovery flag is clear, but journal has data.
Recovery flag not set in backup superblock, so running journal anyway.
/dev/sdc1: recovering journal
Error reading block 39354381 (Input/output error). Ignore error<y>? yes
Force rewrite<y>? no
Error reading block 39354370 (Input/output error). Ignore error<y>? yes
Force rewrite<y>? no
JBD2: Invalid checksum recovering data block 0 in log
Error reading block 39354371 (Input/output error). Ignore error<y>? yes
Force rewrite<y>? no
JBD2: Invalid checksum recovering data block 62914592 in log
e2fsck: No such file or directory while trying to re-open /dev/sdc1
/dev/sdc1: ********** WARNING: Filesystem still has errors **********Although there is no big business impact, just my personal testing system and i can format the disk and reinstall from the beginning, I still want to rescue. What shall i try again?
can i mount the file system with a backup superblock? i find no option for specifying an alternative superblock in "mount --help"
can i just abound the journal(with recent data in journal lost)?



