Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
T967: Include nvme drives when selecting drive
I had a difficult time finding a canonical source of device name formatting in Linux (was hoping for an RFC), but this should be pretty close to reality. NVMe drives are typically named as so: - nvme0: first registered device's device controller - nvme0n1: first registered device's first namespace - nvme0n1p1: first registered device's first namespace's first partition
- Loading branch information