Cloned SSD, how can I clone it again?

Tom

I cloned my SSD A to a similar SSD B with a live system and dd. Now that backup got old and I want to save SSD A again to SSD B.

My question is, how can I delete that cloned SSD B to make it writeable for a system while SSD A is also connected? I know that a system can't detect both SSDs at the same time because they appear as the exact same device, I tried to google it a bit but I don't know the real problem or description.

How can I solve this?

Update: From what I remeber of the cloning part, I think someone stated that also the hardware IDs of the SSDs are cloned, if I plug in the SSD B while my system is running on SSD A it will not appear in a tool like gparted..

gronostaj

I know that a system can't detect both SSDs at the same time because they appear as the exact same device, I tried to google it a bit but I don't know the real problem or description.

System can't effectively distinguish their filesystems in some cases because their UUIDs are cloned. Nonetheless, both devices are still fully accessible under /dev.

I cloned my SSD A to a similar SSD B with a live system and dd.

dd is rather inefficient at cloning - it will clone contents of unused disk space, which only wastes time and SSD write cycles. I'd suggest something like Clonezilla, which will only clone data.

Now that backup got old and I want to save SSD A again to SSD B.

That's a controversial backup strategy. On one hand, you can simply swap the drive and start working instantly. On the other hand, updating the backup is impossible, you're just creating a new one which is very inefficient and discourages frequent backups. During this process you have zero restorable backups and at all times you have one backup at most, with no way to rollback older versions or restore single files from them. Consider implementing a second layer of file-based incremental backups besides this one.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How can I clone a hard disk to a smaller SSD?

From Dev

if i clone an element, when i customize (css) that element how can customize also the element cloned?

From Dev

How can I assign different data-attributes to cloned DOM elements with jQuery .clone()

From Dev

How to check if an object can be cloned by the structured clone algorithm

From Dev

How can i submit all cloned forms?

From Dev

How can I clone my Windows 7 hard drive to an SSD that previously had Windows 8 installed?

From Dev

How can I clone a 120GB ssd to a 80GB one?

From Dev

How can I clone a Ubuntu installation from a dual drive dual boot set up to new SSD?

From Dev

Cloned old SSD to new, larger SSD - can't align partitions

From Dev

How do I get ubuntu to boot again after disk clone?

From Dev

Can Macrium clone my SSD to a bigger SSD?

From Dev

How can I change the ID of a cloned element using jQuery?

From Dev

How can I change the ID of a cloned element using jQuery?

From Dev

How can I control the css of cloned <div> with Javascript?

From Dev

How can I sync files between cloned systems?

From Dev

How can I manipulate, and bind functions to, cloned elements effectively?

From Dev

How to clone an freezed SSD to another SSD?

From Dev

How can I copy the data of one SSD to a different SSD

From Java

How I can know if the disk is a SSD?

From Dev

How can I debug issues with my SSD?

From Dev

How can I clone Exception in Java

From Dev

How can I clone a private GitLab repository?

From Dev

How can I remove clone HTML JQuery

From Dev

how can i clone the radio button?

From Dev

How can I set properties of a clone object?

From Dev

How can i clone a dragged element in jqueryUI

From Dev

How can I clone an entire Realm?

From Dev

How can I clone a hasura project as a collaborator?

From Dev

If I clone a hard disk, are the license keys of the software also cloned?

Related Related

  1. 1

    How can I clone a hard disk to a smaller SSD?

  2. 2

    if i clone an element, when i customize (css) that element how can customize also the element cloned?

  3. 3

    How can I assign different data-attributes to cloned DOM elements with jQuery .clone()

  4. 4

    How to check if an object can be cloned by the structured clone algorithm

  5. 5

    How can i submit all cloned forms?

  6. 6

    How can I clone my Windows 7 hard drive to an SSD that previously had Windows 8 installed?

  7. 7

    How can I clone a 120GB ssd to a 80GB one?

  8. 8

    How can I clone a Ubuntu installation from a dual drive dual boot set up to new SSD?

  9. 9

    Cloned old SSD to new, larger SSD - can't align partitions

  10. 10

    How do I get ubuntu to boot again after disk clone?

  11. 11

    Can Macrium clone my SSD to a bigger SSD?

  12. 12

    How can I change the ID of a cloned element using jQuery?

  13. 13

    How can I change the ID of a cloned element using jQuery?

  14. 14

    How can I control the css of cloned <div> with Javascript?

  15. 15

    How can I sync files between cloned systems?

  16. 16

    How can I manipulate, and bind functions to, cloned elements effectively?

  17. 17

    How to clone an freezed SSD to another SSD?

  18. 18

    How can I copy the data of one SSD to a different SSD

  19. 19

    How I can know if the disk is a SSD?

  20. 20

    How can I debug issues with my SSD?

  21. 21

    How can I clone Exception in Java

  22. 22

    How can I clone a private GitLab repository?

  23. 23

    How can I remove clone HTML JQuery

  24. 24

    how can i clone the radio button?

  25. 25

    How can I set properties of a clone object?

  26. 26

    How can i clone a dragged element in jqueryUI

  27. 27

    How can I clone an entire Realm?

  28. 28

    How can I clone a hasura project as a collaborator?

  29. 29

    If I clone a hard disk, are the license keys of the software also cloned?

HotTag

Archive