Seagate / openSeaChest

Cross platform utilities useful for performing various operations on SATA, SAS, NVMe, and USB storage devices.
Other
436 stars 60 forks source link

openSeaChest_Format: unknown option --showSupportedSectorSizes #127

Open zohourih opened 8 months ago

zohourih commented 8 months ago

Documentation for openSeaChest_Format mentions an option called --showSupportedSectorSizes. However, such option does not seem to exist any longer in the latest version of openSeaChest (v23.03.1). Is this supposed to be --showSupportedFormats now?

test:/opt/openSeaChest # ./openSeaChest_Format --device /dev/sg1 --showSupportedSectorSizes
openSeaChest_Format: unknown option -- showSupportedSectorSizes
openSeaChest_Format: Unable to parse --showSupportedSectorSizes command line option
Please use --help for more information.

test:/opt/openSeaChest # ./openSeaChest_Format | grep -i support
        openSeaChest_Format -d /dev/sg<#> --showSupportedFormats
        4 = Operation not supported
        --showSupportedFormats
vonericsen commented 8 months ago

Hi @zohourih,

It should say --showSupportedFormats now as that option replaced the older --showSupportedSectorSizes. I will fix the documentation.