Hellfire103 to linuxmemes@lemmy.worldEnglish · 1 month agodd: disk destroyerimagemessage-square85fedilinkarrow-up1536arrow-down16cross-posted to: [email protected]
arrow-up1530arrow-down1imagedd: disk destroyerHellfire103 to linuxmemes@lemmy.worldEnglish · 1 month agomessage-square85fedilinkcross-posted to: [email protected]
minus-squaremuhyb@programming.devlinkfedilinkarrow-up57·1 month agoAlways lsblk before dd. The order of /sdX might change from boot to boot. Only /nvme doesn’t change.
minus-squaremuhyb@programming.devlinkfedilinkarrow-up17·30 days agoIt’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.
minus-squareReginaPhalange@lemmy.worldlinkfedilinkarrow-up1·28 days agoFirst 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
Always
lsblk
beforedd
. The order of /sdX might change from boot to boot. Only /nvme doesn’t change.Why is this?
It’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.
deleted by creator
First thing I do after loading the liveusb is write the “mylsblk” which does the much more sane thing of: