Tuesday, April 20, 2010

EXT3 Error

Have you ever had a Linux server lock up and looking at the output directly on the local monitor will just continuously report the following?
EXT3-fs error (device md0) in start_transaction: Journal has aborted
One possible solution is to type the following:
$ echo 1 > /proc/sys/kernel/sysrq
$ echo b > /proc/sysrq-trigger

No comments:

Post a Comment