-
Notifications
You must be signed in to change notification settings - Fork 364
Description
I have a Notebook with an NVME SSD and Debian 11 64 bit.
If I install rpi-clone
$ git clone https://github.com/billw2/rpi-clone.git
$ cd rpi-clone
$ sudo cp rpi-clone /usr/local/sbin/sys-clone
$ sudo cp rpi-clone-setup /usr/local/sbin/sys-clone-setup
I get no Errors.
If I want to Clone my System from the nvme ssd I get the following error:
root@debian:~# rpi-clone
Error: Could not stat device /dev/nvme0n1p - No such file or directory.
sdc 8:32 1 28.8G 0 disk
nvme0n1 259:0 0 238.5G 0 disk
├─nvme0n1p1 259:1 0 512M 0 part /boot/efi
└─nvme0n1p2 259:2 0 237G 0 part /
Sdc is my USB Stick where I have to Clone my System
Nvme01n is the System and boot Partition.
Can anyone help me with this error?
I want with rpi-clone a bootable system if my system crash.
Thanks in advance