-
Notifications
You must be signed in to change notification settings - Fork 81
Add errorLimit unit requirement to docs #173
Copy link
Copy link
Closed
Description
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!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels