test
This commit is contained in:
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user