this post was submitted on 15 Mar 2024
992 points (97.2% liked)
linuxmemes
20880 readers
8 users here now
I use Arch btw
Sister communities:
- LemmyMemes: Memes
- LemmyShitpost: Anything and everything goes.
- RISA: Star Trek memes and shitposts
Community rules
- Follow the site-wide rules and code of conduct
- Be civil
- Post Linux-related content
- 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
view the rest of the comments
nvme0n1p1
mmcblkxpy
(SD Card)
x = device number
y = partition number
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
You also can have a 'c' in there, when it wants to model multipath nvme...
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.
The other dragons aren't specifying a partition
So the 3rd dragon should just be
/dev/nvme%d
ONIPI
This made me chuckle, thank you!!