Hi - I'm seeing the "orphaned inode" messages on startup, which i'm presuming to be related to one of these bugs:
https://bugs.launchpad.net/ubuntu/+s...rt/+bug/672177
https://bugs.launchpad.net/ubuntu/+s....1/+bug/688541
https://bugs.launchpad.net/ubuntu/+s...ux/+bug/568594
https://bugs.launchpad.net/ubuntu/+s...it/+bug/618786
Out of curiosity, I did a "sudo fsck -n /" to see if anything else had gone wrong. It turned up a page of errors, including but not limited to:
I haven't noticed any errors or issues in the system (besides the startup messages).
My plan is to boot to sysrescd, do a partimage backup of the partition, run fsck for real on the partition, and see what happens.
(My impression is that partimage et al. backup at a lower logical level than missing inodes, etc, so that restoring the backup restores those errors as well.)
Any feedback on my plan? :-)
Thanks,
-c
https://bugs.launchpad.net/ubuntu/+s...rt/+bug/672177
https://bugs.launchpad.net/ubuntu/+s....1/+bug/688541
https://bugs.launchpad.net/ubuntu/+s...ux/+bug/568594
https://bugs.launchpad.net/ubuntu/+s...it/+bug/618786
Out of curiosity, I did a "sudo fsck -n /" to see if anything else had gone wrong. It turned up a page of errors, including but not limited to:
Code:
Deleted inode 291464 has zero dtime. Fix? no ... Entry 'sessionstore.js' in /home/myusername/.mozilla/firefox/myprofile (453443) has deleted/unused inode 454657. Clear? no ... Block bitmap differences: -1837084 -1838678 +1838679 +1839266 ... Free blocks count wrong for group #56 (193, counted=192).
My plan is to boot to sysrescd, do a partimage backup of the partition, run fsck for real on the partition, and see what happens.
(My impression is that partimage et al. backup at a lower logical level than missing inodes, etc, so that restoring the backup restores those errors as well.)
Any feedback on my plan? :-)
Thanks,
-c
Comment