Skip to content

Add errorLimit unit requirement to docs #173

@GrigoryEvko

Description

@GrigoryEvko

All tools across SeaChest (from Seagate website) and openSeaChest use strange parsing method for --errorLimit.

sudo ./SeaChest_GenericTests -d /dev/sg1 --longGeneric --genericMode verify --repairAtEnd --errorLimit 65000


Error in option --errorLimit. Invalid argument given '65000'.
Use -h option to view command line help

looking at the source code I figured out that I need to add 'l' or 'p' to the end of the value, i.e. 65000l

sudo ./SeaChest_GenericTests -d /dev/sg1 --longGeneric --genericMode verify --repairAtEnd --errorLimit 65000l

Please add the according clarification to the docs. Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions