This commit is contained in:
2024-12-05 20:24:10 -05:00
parent 4622005cf9
commit b0af9f8e7b

View File

@ -272,7 +272,7 @@ class SystemHealthMonitor:
# Check SMART status of the drive # Check SMART status of the drive
try: try:
result = subprocess.run( result = subprocess.run(
['smartctl', '-H', partition.device], ['smartctl', '-H', '-d', 'auto', partition.device],
stdout=subprocess.PIPE, stdout=subprocess.PIPE,
stderr=subprocess.PIPE, stderr=subprocess.PIPE,
text=True text=True