this post was submitted on 15 Mar 2024
1000 points (97.3% liked)

linuxmemes

20464 readers
544 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 57 points 5 months ago (4 children)
[–] [email protected] 27 points 5 months ago* (last edited 5 months ago)

mmcblkxpy
(SD Card)

x = device number
y = partition number

[–] [email protected] 16 points 5 months ago (2 children)

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

[–] [email protected] 5 points 5 months ago

You also can have a 'c' in there, when it wants to model multipath nvme...

[–] [email protected] 3 points 5 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.

[–] [email protected] 4 points 5 months ago (1 children)

The other dragons aren't specifying a partition

[–] [email protected] 1 points 5 months ago

So the 3rd dragon should just be /dev/nvme%d

[–] [email protected] 3 points 5 months ago (1 children)
[–] [email protected] 2 points 5 months ago

This made me chuckle, thank you!!