e2fsck - What's the fix?
by business_kid from LinuxQuestions.org on (#6FGA9)
I'm getting this from an sdcard. It's no disaster if I lose it, but I'd like the way out, if there is one. Code:dec@Ebony:~$sudo e2fsck -f /dev/sdb2
e2fsck 1.46.5 (30-Dec-2021)
The filesystem size (according to the superblock) is 7556347 blocks
The physical size of the device is 7556096 blocks
Either the superblock or the partition table is likely to be corrupt!
Abort<y>? yes
dec@Ebony:~$sudo e2fsck -f -b 98304 /dev/sdb2
e2fsck 1.46.5 (30-Dec-2021)
The filesystem size (according to the superblock) is 7556347 blocks
The physical size of the device is 7556096 blocks
Either the superblock or the partition table is likely to be corrupt!
Abort<y>?Pressing 'yes' dumps you out. Pressing no ignores the problem & checks the rest, but the thing won't mount. As the second exchange shows, the superblock looks OK.
e2fsck 1.46.5 (30-Dec-2021)
The filesystem size (according to the superblock) is 7556347 blocks
The physical size of the device is 7556096 blocks
Either the superblock or the partition table is likely to be corrupt!
Abort<y>? yes
dec@Ebony:~$sudo e2fsck -f -b 98304 /dev/sdb2
e2fsck 1.46.5 (30-Dec-2021)
The filesystem size (according to the superblock) is 7556347 blocks
The physical size of the device is 7556096 blocks
Either the superblock or the partition table is likely to be corrupt!
Abort<y>?Pressing 'yes' dumps you out. Pressing no ignores the problem & checks the rest, but the thing won't mount. As the second exchange shows, the superblock looks OK.