Check filesystem health and integrity:
Analyzes filesystem health and integrity, reporting XFS status, SMART diagnostics, inode usage, and error logs.
/plugin marketplace add danielrosehill/linux-desktop-plugin/plugin install lan-manager@danielrosehillCheck filesystem health and integrity:
mount | grep "^/dev"df -h and identify issuesxfs_info / && xfs_repair -n /dev/sda1 2>&1 | head -20dmesg -T | grep -i "error\|failed" | tail -20smartctl -H /dev/sda (or available disks)df -icat /etc/fstabmount | grep ro,Provide Daniel with: