How to reference a single SSD with SST CLI

Shows how to reference a specific SSD for the CLI version of the Solidigm™ Storage Tool.

Summary

  • Show how to list all drives with Solidigm™ Storage Tool (SST) in the Command-Line Interface (CLI)
  • Shows each way to specify a drive, for use in other commands:
    • Device Path
    • Index
    • Serial Number

Resolution

To see summaries of all connected drives:  

  • Run: sst show –ssd

Use one of the following after -ssd, to specify the SSD:

  • Device Path: /dev/nvme#
    • Windows: \PHYSICALDRIVE#
  • Index: #
  • Serial Number: <UniqueSerialNumber>

Combine a reference with -ssd to specify drive:

  • -ssd /dev/nvme#
  • -ssd <index #>
  • -ssd <SerialNumber>

Questions?
Contact Solidigm™ Customer Support.

How to reference a single SSD with SST CLI