Opened 7 years ago

Closed 6 years ago

#877 closed enhancement (invalid)

Workaround for supporting SATADOM

Reported by: DamianW Owned by:
Priority: minor Milestone:
Component: smartctl Version: 6.5
Keywords: ata Cc:

Description

Hello Community,

I have tested smartctl command line interface with Innodisk SATADOM-ML 3ME (30 GB capacity) and I saw that there is a hang.

Problem is in file ataprint.cpp, in section: Read SMART Log directory

As a workaround I would propose to add additional input argument -d satadom, if this argument is passed, drive is treated like normal sat drive but it will not enter the "Read SMART Log directory" section

Attachments (3)

ataprint.cpp (125.7 KB ) - added by DamianW 7 years ago.
smartctl.cpp (49.2 KB ) - added by DamianW 7 years ago.
smartctl.h (3.2 KB ) - added by DamianW 7 years ago.

Download all attachments as: .zip

Change History (6)

by DamianW, 7 years ago

Attachment: ataprint.cpp added

by DamianW, 7 years ago

Attachment: smartctl.cpp added

by DamianW, 7 years ago

Attachment: smartctl.h added

comment:1 by Christian Franke, 7 years ago

Milestone: Release 6.6

In future submissions, please:

  • do not set the Milestone,
  • provide a patch (svn diff or diff -u output) instead of complete files.

comment:2 by Christian Franke, 7 years ago

Keywords: ata added
Milestone: undecided
Type: defectenhancement

Try option -F nologdir to suppress accesses to Log Directories (see man page, r3591, r3597, ticket #214).

Please provide sample outputs of
smartctl -d satadom -a -x ...
and
smartctl -F nologdir -a -x ...
for an affected device as attachments to this ticket.

comment:3 by Christian Franke, 6 years ago

Milestone: undecided
Resolution: invalid
Status: newclosed

No feedback from reporter.

Note: See TracTickets for help on using tickets.