On my laptop with a SSD, executing the following command:
sudo fsck -f -E fragcheck /dev/sda1
results in several hundred occurrences of a message similar to this (this is one exact message, the others have different numbers):
3023363(f): expecting 5845074 actual extent phys 11049254 log 8 len 2
My expectation is that fsck should correct errors. But when I execute the command again, the same errors are reported.
- What additional switches are required to get fsck to correct these errors?
- What exactly does this error mean (I am looking for something more informative than it was expecting one number but found another)?
- Is there any documentation that describes this specific error message?