|
长时间连续运行后,系统突然崩溃了,什么都做不了。屏幕一直刷下面这个信息:
EXT3-fs error (device hdal) in start-transaction:Journal has aborted
重启后可以恢复正常。在messages里面有下面的信息:
May 10 10:58:33 localhost fsck: /: clean, 41512/1281696 files, 287280/2560351 blocks
May 10 10:58:34 localhost fsck: /home1: recovering journal
May 10 10:58:34 localhost fsck: /home1: clean, 1555/1281696 files, 76590/2560359 blocks
May 10 10:58:34 localhost fsck: /opt1: recovering journal
May 10 10:58:35 localhost fsck: /opt1: clean, 1668/1281696 files, 80069/2560359 blocks
在dmesg里面有下面的信息:
EXT3-fs: INFO: recovery required on readonly filesystem.
EXT3-fs: write access will be enabled during recovery.
kjournald starting. Commit interval 5 seconds
EXT3-fs: hda1: orphan cleanup on readonly fs
ext3_orphan_cleanup: deleting unreferenced inode 892346
ext3_orphan_cleanup: deleting unreferenced inode 892435
ext3_orphan_cleanup: deleting unreferenced inode 153080
ext3_orphan_cleanup: deleting unreferenced inode 151027
ext3_orphan_cleanup: deleting unreferenced inode 154662
ext3_orphan_cleanup: deleting unreferenced inode 150712
ext3_orphan_cleanup: deleting unreferenced inode 154304
ext3_orphan_cleanup: deleting unreferenced inode 154661
ext3_orphan_cleanup: deleting unreferenced inode 151046
ext3_orphan_cleanup: deleting unreferenced inode 153905
ext3_orphan_cleanup: deleting unreferenced inode 153608
ext3_orphan_cleanup: deleting unreferenced inode 762536
ext3_orphan_cleanup: deleting unreferenced inode 892535
ext3_orphan_cleanup: deleting unreferenced inode 153670
ext3_orphan_cleanup: deleting unreferenced inode 152965
ext3_orphan_cleanup: deleting unreferenced inode 259697
ext3_orphan_cleanup: deleting unreferenced inode 259688
ext3_orphan_cleanup: deleting unreferenced inode 259707
ext3_orphan_cleanup: deleting unreferenced inode 259706
ext3_orphan_cleanup: deleting unreferenced inode 151068
ext3_orphan_cleanup: deleting unreferenced inode 151044
ext3_orphan_cleanup: deleting unreferenced inode 151066
ext3_orphan_cleanup: deleting unreferenced inode 149608
ext3_orphan_cleanup: deleting unreferenced inode 259586
ext3_orphan_cleanup: deleting unreferenced inode 153014
ext3_orphan_cleanup: deleting unreferenced inode 150724
ext3_orphan_cleanup: deleting unreferenced inode 150715
ext3_orphan_cleanup: deleting unreferenced inode 149569
ext3_orphan_cleanup: deleting unreferenced inode 149565
ext3_orphan_cleanup: deleting unreferenced inode 149560
ext3_orphan_cleanup: deleting unreferenced inode 308703
ext3_orphan_cleanup: deleting unreferenced inode 259702
ext3_orphan_cleanup: deleting unreferenced inode 153263
ext3_orphan_cleanup: deleting unreferenced inode 259652
ext3_orphan_cleanup: deleting unreferenced inode 259612
ext3_orphan_cleanup: deleting unreferenced inode 259618
ext3_orphan_cleanup: deleting unreferenced inode 259660
ext3_orphan_cleanup: deleting unreferenced inode 152753
ext3_orphan_cleanup: deleting unreferenced inode 259656
ext3_orphan_cleanup: deleting unreferenced inode 259689
ext3_orphan_cleanup: deleting unreferenced inode 259701
ext3_orphan_cleanup: deleting unreferenced inode 150314
ext3_orphan_cleanup: deleting unreferenced inode 259614
ext3_orphan_cleanup: deleting unreferenced inode 150550
ext3_orphan_cleanup: deleting unreferenced inode 150564
ext3_orphan_cleanup: deleting unreferenced inode 259674
ext3_orphan_cleanup: deleting unreferenced inode 150554
ext3_orphan_cleanup: deleting unreferenced inode 259646
ext3_orphan_cleanup: deleting unreferenced inode 259658
ext3_orphan_cleanup: deleting unreferenced inode 259654
ext3_orphan_cleanup: deleting unreferenced inode 259599
ext3_orphan_cleanup: deleting unreferenced inode 81130
ext3_orphan_cleanup: deleting unreferenced inode 81129
ext3_orphan_cleanup: deleting unreferenced inode 81128
EXT3-fs: hda1: 54 orphan inodes deleted
EXT3-fs: recovery complete.
EXT3-fs: mounted filesystem with ordered data mode.
请大家帮忙分析一下,另外还有个问题就是下面这一句信息里面的41512/1281696 ,287280/2560351 这几个数字分别代表什么?
May 10 10:58:33 localhost fsck: /: clean, 41512/1281696 files, 287280/2560351 blocks |
|