Results 1 to 2 of 2
hi basically ive done a some research into using 'dd' to create an image of a harddrive and impretty sure i unserstand it however the problem is as follows.
Using ...
- 11-08-2007 #1Just Joined!
- Join Date
- Oct 2007
- Posts
- 12
using .dd imaging in windows environment
hi basically ive done a some research into using 'dd' to create an image of a harddrive and impretty sure i unserstand it however the problem is as follows.
Using a windows machine im programing in c++ and i want to impliment the use of the dd tool into my program however i am totally stuck. Im relativly knew to this so if anyone could explain in simple terms what i need and how to carry this out i would be GREATLY thankful
cheers
- 11-08-2007 #2Linux Guru
- Join Date
- Nov 2004
- Posts
- 6,110
You can get ports of ddfor Windows...here's an example of one :-
dd for windows
If you want to implement dd functionality natively in your application you might consider downloading the source for dd or rawwrite and seeing if you can incorporate it.


Reply With Quote