rpi-clone icon indicating copy to clipboard operation
rpi-clone copied to clipboard

A shell script to clone a booted disk.

Results 132 rpi-clone issues
Sort by recently updated
recently updated
newest added

When cloning an MVMe M2 SSD connected to a PCIe NVMe card that is the boot drive of the Raspberry OS, the following error occurs: Error: Could not stat device...

lsblk ![image](https://github.com/user-attachments/assets/74628287-0307-4275-bcb5-56ad3356f9c5) sudo mkfs.vfat /dev/sdb1 sudo mkfs.ext4 /dev/sdb2 sudo umount /dev/sdb1 sudo umount /dev/sdb2 lsblk ![image](https://github.com/user-attachments/assets/5d7ffcc5-5d41-4be6-aa7b-89025efde672) sudo systemctl stop udisks2 sudo systemctl stop udev sudo systemctl stop systemd-udevd-control.socket sudo systemctl...