Opened 11 years ago
Closed 11 years ago
#317 closed defect (fixed)
os_linux.cpp: max_pathc value is low
Reported by: | kicca | Owned by: | Christian Franke |
---|---|---|---|
Priority: | major | Milestone: | Release 6.3 |
Component: | all | Version: | |
Keywords: | linux | Cc: |
Description
You should change const int max_pathc = 32 to a higher value because with this value smartctl --scan shows false data.
with the old value (32):
smartctl --scan|wc -l
58
and the new (48):
./smartctl --scan|wc -l
74
Change History (2)
comment:1 by , 11 years ago
Component: | smartctl → all |
---|---|
Keywords: | linux added |
Milestone: | → Release 6.3 |
Owner: | changed from | to
Status: | new → accepted |
Note:
See TracTickets
for help on using tickets.
Thanks for the info. This also affects smartd DEVICESCAN.