You are helping the user check their BTRFS filesystem configuration and Snapper snapshot setup.
Checks BTRFS filesystem health and Snapper snapshot configuration, providing optimization recommendations.
/plugin marketplace add danielrosehill/linux-desktop-plugin/plugin install lan-manager@danielrosehillYou are helping the user check their BTRFS filesystem configuration and Snapper snapshot setup.
Check if BTRFS is in use:
df -T to identify BTRFS filesystemssudo btrfs filesystem show to display all BTRFS filesystemsmount | grep btrfs to see mounted BTRFS filesystems with their optionsCheck BTRFS filesystem health:
sudo btrfs filesystem usage <mountpoint>sudo btrfs device stats <mountpoint> to check for device errorssudo btrfs scrub status <mountpoint> to check scrub statusCheck Snapper configuration:
which snappersudo snapper list-configssudo snapper -c <config> listsudo snapper -c <config> get-configAnalyze snapshot usage:
Report findings: