I did a check from a bootable Ubuntu USB stick and ran
sudo fsck -y /dev/sda2
on the main Linux partition in the computer. The output is something like
...
Pass 1B: Rescanning for multiply-claimed blocks
Error while scanning inodes (207...): Inode checksum does not match inode
/dev/sda2: **** FILE SYSTEM WAS MODIFIED ***
e2fsck: aborted
/dev/sda2: **** FILE SYSTEM WAS MODIFIED ***
Exit-code: 9
Was that it? Or is there a way to repair the drive?
Suggested commands
First of all, make sure that the target file system is unmounted.
I am usually using the following command line to check/repair
ext
file systems,where x is the drive letter and n is the partition number, so in your case
unless the device order has been changed.
Options
Exit code
So in your case, 9=8+1:
Operational error
andFile system errors corrected
Next steps
If the process gets aborted also when you try again, I don't know what could repair the file system. Backup what can be backed up and create a fresh file system.
Maybe the drive has physical defects. You can check for that according to
FSCK reports that filesystem still has errors - what should I do now?