Files
driveAtlas/driveAtlas.sh
Jared Vititoe 58897b1f3a Fix lsblk caching to properly parse SIZE and MOUNTPOINT
Split lsblk queries into two separate calls:
1. lsblk -dn for disk sizes (whole disk only, simpler parsing)
2. lsblk -rn for mount points (handles partition-to-parent mapping)

This fixes issues where:
- SIZE was empty due to delimiter confusion
- Mount points with spaces caused parsing errors

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-05 19:54:41 -05:00

44 KiB