You're viewing a single thread.
View all comments
85
comments
Always
lsblk
beforedd
. The order of /sdX might change from boot to boot. Only /nvme doesn't change.57 0 ReplyWhy is this?
6 0 ReplyIt's a design thing. BIOS can know NVMe disks' location because they're directly mounted to PCIe. SATA isn't like this. Similar logic with the RAM slots.
16 0 ReplyNVMe is just as hot swappable as SATA. It's done like that because NVMe was invented after the realization that this stuff needs to be predictable.
2 0 Reply
First thing I do after loading the liveusb is write the "mylsblk" which does the much more sane thing of:
lsblk -o NAME,LABEL,PARTLABEL,UUID,SIZE,MOUNTPOINTS
1 0 Reply
You've viewed 85 comments.
Scroll to top