check_latest_version && sudo apt update && sudo apt upgrade -y
Verify all hardware is properly connected:
dmesg | grep -i error
lsblk
smartctl -a /dev/sda
Run filesystem checks:
sudo fsck /dev/sda1
sudo badblocks -v /dev/sda1
sudo e2fsck -f /dev/sda1
Check system logs and hardware status:
journalctl -xe
iostat -x 1
sensors
EIO indicates a physical input/output error occurred during a hardware operation, typically with storage devices or network connections.
dmesg | grep -i "i/o error"
cat /proc/mdstat
lsusb
lspci