ethereal
Guru
- Joined
- Sep 10, 2012
- Messages
- 762
hello i recently had a problem with long smart tests not being run as scheduled. so i was trying to solve the problem but got some mixed smart data back.
smartctl -a /dev/da0 | grep "progress" -i -A 1
Self-test execution status: ( 241) Self-test routine in progress...
10% of test remaining.
as you can see 10% remaining but if i run
as you can see here all tests completed without error 0% remaining. this is happening on 6 discs out of 12 and as you can see there is no extended test run recently.
so which command to believe 10% remaing or 0% all completed ?
are there any commands to see what is what?
thank you
smartctl -a /dev/da0 | grep "progress" -i -A 1
Self-test execution status: ( 241) Self-test routine in progress...
10% of test remaining.
as you can see 10% remaining but if i run
Code:
smartctl -a /dev/da0
SMART Self-test log structure revision number 1
Num Test_Description Status Remaining LifeTime(hours) LBA_of_first_error
# 1 Short offline Completed without error 00% 37810 -
# 2 Short offline Completed without error 00% 37787 -
# 3 Short offline Completed without error 00% 37763 -
# 4 Short offline Completed without error 00% 37738 -
# 5 Short offline Completed without error 00% 37714 -
# 6 Short offline Completed without error 00% 37690 -
# 7 Short offline Completed without error 00% 37671 -
# 8 Short offline Completed without error 00% 37643 -
# 9 Short offline Completed without error 00% 37618 -
#10 Short offline Completed without error 00% 37594 -
#11 Short offline Completed without error 00% 37572 -
#12 Short offline Completed without error 00% 37546 -
#13 Short offline Completed without error 00% 36899 -
#14 Short offline Completed without error 00% 36875 -
#15 Short offline Completed without error 00% 36852 -
#16 Extended offline Completed without error 00% 36847 -
#17 Short offline Completed without error 00% 36827 -
#18 Short offline Completed without error 00% 36803 -
#19 Short offline Completed without error 00% 36779 -
#20 Short offline Completed without error 00% 36755 -
#21 Short offline Completed without error 00% 36732 - as you can see here all tests completed without error 0% remaining. this is happening on 6 discs out of 12 and as you can see there is no extended test run recently.
so which command to believe 10% remaing or 0% all completed ?
are there any commands to see what is what?
thank you