Problem on Orange Pi 3B, Debian Bookworm cloning from /dev/mmcblk0 to /dev/mvme0n1 #167
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I have an Orange Pi 3B with an eMMC (256GB) and an NVMe (256GB) on which I have installed Debian 12 (Bookworm). I have installed rpi-clone 2.0.22 and copied the files to /local/user/sbin as suggested in the README.md.
Here is a lsblk:
When I attempt to do the clone, I get a Warning that requires a response but I have no idea where it comes from or what response will continue.
Here is the output from fdisk for both the source and the target devices:
Can you tell me what response is needed to continue (and where this warning comes from)?
Using
bash -x sys-clone /dev/nvme0n1 2>&1 | tee output.log
I was able to discover that the message is generated by parted and the valid responses areFix/Ignore
. This allowed the script to continue but there is a new error:From the previous fdisk output the partitions are
nvme0n1p1
andnvme0n1p2
.You should check #147 because rpi-clone does not support NVMe
@framps Thanks! That issue gave me the clue but there were two lines that needed to be changed, 576:
and 1062: