Closed xuanweishan closed 8 months ago
The backup SSD should be able to boot up as the original one.
lsblk
dd
sudo dd if=/dev/nvme1n1 of=/dev/nvmeXn1 bs=64K conv=noerror,sync # [source disk] [target disk]
The backup SSD should be able to boot up as the original one.