local type=$(echo "$smart_info" | grep "Rotation Rate" | grep -q "Solid State" && echo "SSD" || echo "HDD")
Issue:
NVMe drives don't have "Rotation Rate" field → incorrectly labeled as HDD
Some SSDs report "Rotation Rate: Solid State Device"
Some report "0 RPM" or "N/A"
No dependencies set.
The note is not visible to the blocked user.
Line ~220
local type=$(echo "$smart_info" | grep "Rotation Rate" | grep -q "Solid State" && echo "SSD" || echo "HDD")
Issue:
NVMe drives don't have "Rotation Rate" field → incorrectly labeled as HDD
Some SSDs report "Rotation Rate: Solid State Device"
Some report "0 RPM" or "N/A"