NVME-SOLIDIGM-VS-(1) NVMe Manual NVME-SOLIDIGM-VS-(1) NAME nvme-solidigm-vs-internal-log - Retrieve Debug log binaries SYNOPSIS nvme solidigm vs-internal-log [--log-type= | -t ] [--output-dir= | -d ] [--verbose | -v] DESCRIPTION For the NVMe device given, retrieves the Solidigm vendor-specific internal debug log binaries and saves them to the specified output directory. The parameter is mandatory and may be either the NVMe character device (ex: /dev/nvme0), or a namespace block device (ex: /dev/nvme0n1). OPTIONS -t , --log-type= Specify the type of log to retrieve. Valid options are ALL, CIT, HIT, NLOG, ASSERT, EVENT, and EXTENDED. Defaults to ALL. The EXTENDED option generates logs that may take longer time or affect drive performance, but provides more comprehensive debugging information. -d , --output-dir= Specify the output directory for the log files. Defaults to the current working directory. -v, --verbose Enable verbose output for additional information during the log retrieval process. EXAMPLES o Retrieve all internal logs and save them to the current directory: # nvme solidigm vs-internal-log /dev/nvme0 o Retrieve a specific log type and save it to a custom directory: # nvme solidigm vs-internal-log /dev/nvme0 -t NLOG -d /tmp/logs o Retrieve logs with verbose output: # nvme solidigm vs-internal-log /dev/nvme0 -v o Retrieve extended logs: # nvme solidigm vs-internal-log /dev/nvme0 -t EXTENDED NVME Part of the nvme-user suite NVMe 02/16/2026 NVME-SOLIDIGM-VS-(1)