D
D
Danil2016-06-15 11:17:50
Backup
Danil, 2016-06-15 11:17:50

How to copy all data from HDD?

How to create a complete copy of the HDD? Together with hidden partitions and absolutely all the data, what is written on this disk? For example, for further analysis, so as not to mess up the original.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
C
chupasaurus, 2016-06-15
@Veneomin

dd if=/dev/sd* bs=64K conv=noerror,sync | gzip -c > /path/to/drive.img.gz

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question