Clone a bootable drive. [modified]
Hardware & Devices
1
Posts
1
Posters
0
Views
1
Watching
-
Hello, I want to clone a bootable hard drive to a number of other drives using C++/Windows(MFC) As far as the hard drive is concerned, would I be able to just open the physical device (\\.\PHYSICALDRIVE0) and copy the original disk sector by sector onto the new drives? Or is there more to it than this? Also, would it be possible to do this just by editing the volume (\\.\D: ) rather than physical disk?? Thank you.