K
K
KiselevPD2018-09-21 10:02:59
linux
KiselevPD, 2018-09-21 10:02:59

How to make the function of restoring disk C from an image?

Hello! I'm struggling with the issue of creating a system restore function located on the C: drive.
What you need:
With the help of a second system (Linux / Windows - it doesn’t matter, Lin is preferable) the ability to restore a disk partition from a pre-created image, while maintaining the most convenient and user-friendly interface.
Tell me what solutions exist for this, maybe someone has already done this
PS - It is advisable to somehow compress the final disk image

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dmitry Aleksandrov, 2018-09-21
@KiselevPD

Create dd if=/dev/sdXY of=/some/image.dd bs=1M conv=noerror
Restore dd if=/some/image.dd of=/dev/sdXY bs=1M conv=
noerror knee for a minute with 2 buttons that stupidly execute the commands above.

R
Radjah, 2018-09-21
@Radjah

You can compress in WIM and roll out through WinRE.
You can hack from CloneZilla.
You can make a recovery disk with some kind of acronis.
You can even try Symantec Ghost.
But the last two are paid.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question