test
This commit is contained in:
@ -272,7 +272,7 @@ class SystemHealthMonitor:
|
||||
# Check SMART status of the drive
|
||||
try:
|
||||
result = subprocess.run(
|
||||
['smartctl', '-H', partition.device],
|
||||
['smartctl', '-H', '-d', 'auto', partition.device],
|
||||
stdout=subprocess.PIPE,
|
||||
stderr=subprocess.PIPE,
|
||||
text=True
|
||||
|
||||
Reference in New Issue
Block a user