Hellfire103@lemmy.ca to linuxmemes@lemmy.worldEnglish · 5 months agodd: disk destroyerlemmy.caimagemessage-square11fedilinkarrow-up18arrow-down10
arrow-up18arrow-down1imagedd: disk destroyerlemmy.caHellfire103@lemmy.ca to linuxmemes@lemmy.worldEnglish · 5 months agomessage-square11fedilink
minus-squaremuhyb@programming.devlinkfedilinkarrow-up2·5 months agoAlways lsblk before dd. The order of /sdX might change from boot to boot. Only /nvme doesn’t change.
minus-squaremuhyb@programming.devlinkfedilinkarrow-up2·5 months 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.
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.