dmesg

dmesg command on linux shows boot message.

dmesg

To see with human readable time, use

dmesg -T

To check any disk related errors

dmesg -T | grep -i -E "nvme|ext4|xfs|I/O"

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *