Is it possible de restore a clone ? #158

Open
opened 2023-08-12 21:15:46 +02:00 by mich0111 · 2 comments
mich0111 commented 2023-08-12 21:15:46 +02:00 (Migrated from github.com)

Hi,
I cloned the SSD from an RPI3B+ to an SD card with rpi-clone.
My question is, is it possible to restore this SD card to a new SSD if I first replace the damaged SSD with a new one ? If yes, how to do it ?
Thank you in advance for your help.
Kind regards

Hi, I cloned the SSD from an RPI3B+ to an SD card with rpi-clone. My question is, is it possible to restore this SD card to a new SSD if I first replace the damaged SSD with a new one ? If yes, how to do it ? Thank you in advance for your help. Kind regards
viniciuspaes commented 2023-08-13 02:35:36 +02:00 (Migrated from github.com)

The rpi-clone Example Runs answer your question:

If you boot from a SD and want to clone to USB/SSD:
#Indentify the target disk with:
sudo fdisk -l

For example, it will be sda (/dev/sda). Then:
rpi-clone sda

Now, remove de SD card and boot from SSD.

If you booting from the USB/SSD and want to clone to an SD Card:
#Indentify the target disk with:
sudo fdisk -l

For example, it will be mmcblk0. Then:
rpi-clone mmcblk0

The rpi-clone Example Runs answer your question: If you boot from a SD and want to clone to USB/SSD: #Indentify the target disk with: sudo fdisk -l For example, it will be sda (/dev/sda). Then: rpi-clone sda Now, remove de SD card and boot from SSD. If you booting from the USB/SSD and want to clone to an SD Card: #Indentify the target disk with: sudo fdisk -l For example, it will be mmcblk0. Then: rpi-clone mmcblk0
mich0111 commented 2023-08-13 10:17:46 +02:00 (Migrated from github.com)

Thanks for your help.
👍

Thanks for your help. 👍
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Lerking/rpi-clone#158