RPi 3B+ 'clone by initialization' failure #108
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?
Noob to rpi-clone. Desperate to get off SD card; I've burnt through three in a year!
I'm on a RPi 3B+ running Raspbian GNU/Linux 10 (buster) (as reported by
cat /etc/os-release
)This was not a fresh buster install; I upgraded from stretch.
I have a JOIOT USB-C SSD (120GB) that I'm using for the external drive.
I ran
sudo rpi-clone -f -p 256M sda
and got the following:This whole process took less than 3 seconds to execute and fail.
And this is what it did to my (120G) SSD:
Note how I now have over 12TB of storage in partition 5. (Clearly wrong.)
I was under the impression that the
-f
option would essentially repartition and rewrite the destination drive (/dev/sda
), so I went into this processes believing that the initial structure of/dev/sda
was irrelevant. Do I need to pre-partition/pre-format my external SSD? This still doesn't explain the syntax error inrpi-clone
...As I said, I'm desperate to get off the SD card. I'm happy (actually, prefer) to keep it for R/O booting; I just want the bulk of the OS (i.e. all the writing) to be done on the SSD. Anyone have an idea what I could do?