• @Oisteink
    link
    167 months ago

    NVMe device names follow this pattern: nvme <number> n <namespace> , where: <number> is an integer that is assigned by Linux during the boot process. The first NVMe device that is detected is assigned 0

    • @jj4211
      link
      57 months ago

      You also can have a ‘c’ in there, when it wants to model multipath nvme…

    • Morphit
      link
      fedilink
      37 months ago

      I still don’t understand the point of namespaces. I guess it’s less overhead to pass through a namespace to a VM rather than having a virtualised disk image or bind mount.