Hi Arie,

> Tried both cat commands. They just return the command prompt, no output.

It's possible that the logfile in which the error was recorded has
already been rotated and packed up. You can check all packed up logfiles
this way for the string in question:

icat /var/log/secure*.gz|grep "EXT4-fs error"
zcat /var/log/messages*.gz|grep "EXT4-fs error"

> DMESG gives a long, long list. What should I look for specifically?

You can grep the output of that as well by using something like this:

dmesg|grep error

-- 
With best regards

Michael Stauber
_______________________________________________
Blueonyx mailing list
Blueonyx@mail.blueonyx.it
http://mail.blueonyx.it/mailman/listinfo/blueonyx

Reply via email to