On 04/22/2016 02:39 PM, Jeffrey Ross wrote:
I have the following error reported in my logs, I've had it for quite some time and through several reboots EXT4-fs (md2): error count: 1 EXT4-fs (md2): initial error at 1452554514: ext4_lookup:1343: inode 1308162 EXT4-fs (md2): last error at 1452554514: ext4_lookup:1343: inode 1308162 md2 is my root partition, I ran "find / -mount -inum 1308162" find didn't return any value. How can I track down this error, identify what file it refers to and clear the error out? if it matters, its an older Fedora system (16 to be exact)
Hi 'md2' is not a partition name. I don't understand... Anyway, you can't repair mounted partition. You must use livecd to repair your / partition with e2fsck Example if your / partition is /dev/sda3 In a console as root: e2sfsck -f /dev/sda3 man e2fsck -f Force checking even if the file system seems clean -- Maderios -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: http://lists.fedoraproject.org/admin/lists/users@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org