Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible de restore a clone ? #158

Open
mich0111 opened this issue Aug 12, 2023 · 2 comments
Open

Is it possible de restore a clone ? #158

mich0111 opened this issue Aug 12, 2023 · 2 comments

Comments

@mich0111
Copy link

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
Copy link

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
Copy link
Author

Thanks for your help.
👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants