Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • 1
    You don't want to copy /dev/sda from a live system unless you've got some way of copying from a snapshot Commented Nov 11, 2020 at 19:57
  • 1
    You also do not want to copy partitions on gpt(GUID) partitioned drives. With gpt, the partition GUID is in the primary partition table, backup partition table & the partition. If they get out of sync, then you have major issues. new users really should not use dd and even as a bit more knowledgeable user I try to find any other way than dd. Commented Nov 11, 2020 at 20:37