Opened 10 years ago

Closed 10 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 Christian Franke, 10 years ago

Component: smartctlall
Keywords: linux added
Milestone: Release 6.3
Owner: changed from somebody to Christian Franke
Status: newaccepted

Thanks for the info. This also affects smartd DEVICESCAN.

comment:2 by Christian Franke, 10 years ago

Resolution: fixed
Status: acceptedclosed
Note: See TracTickets for help on using tickets.