- Apache (9)
- DNS / BIND (2)
- General Linux (7)
- Mail (8)
- Postfix (1)
- Qmail (4)
- Sendmail (3)
- MySQL (7)
- News (1)
- Other (2)
- Perl (1)
- PHP (5)
- Plesk (13)
- Redhat Linux (8)
- Ruby (1)
- Scripts (4)
- Security (4)
- iptables (2)
TopicNavigationUser login |
Remaking ext3 journalsSometimes, ext3 journals go bad. Typically this will be evident in journal or dma errors in dmesg (I'll provide some examples next time I come across one of these). In order to resolve it, perform the following: fsck -yf /dev/hda3 tune2fs -O ^has_journal /dev/hda3 fsck -yf /dev/hda3 tune2fs -j /dev/hda3 At this point you are safe to mount the partitions, make sure everything looks ok, and if so then the server is ready to go!
Submitted by jkelly on Fri, 2006-08-11 10:37. categories [ Brief | General Linux ]
login or register to post comments
|
Linux JournalSlashdot |