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