[BlueOnyx:24967] Re: EXT4-FS error.

Michael Stauber mstauber at blueonyx.it
Fri Jun 11 11:53:40 -05 2021


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



More information about the Blueonyx mailing list