Author | Message |
|
---|
Lordzoster Joined: 14 Apr 2009 North Italy | | hallo may I ask you which method you used for the rawcopy?
I'm currently coding a little application for raw copying a partition into another, I would like to know what you think about using Kernel32.dll P/invoke of CreateFile method.
Thanks in advance, and thanks for all of the great resources you are sharing! |
|
Roadkil Joined: 28 Mar 2008 South Australia | | RawCopy uses Createfile/ReadFile/Writefile to copy the data. This only works on Win 2000 or later - do you need support for 95/98 etc? |
|
Lordzoster Joined: 14 Apr 2009 North Italy | | thanks a lot for your confirmation! I don't need support for W95, only for WXP or later. I'm actually writing a method to be used inside a mainteinance application for internal use - I'm coding in C#, even if I'm considering to write a specific DLL in C. |
|
Roadkil Joined: 28 Mar 2008 South Australia | | Glad i could be of use :) |
|
Marcel Joined: 6 Nov 2013 Romania | | Hello,
I`m useing this forum for the first time.
I have a CF(compact flash) card and I want to make
a copy. The CF contain a linux image on it.
I use DiskImage_1_6.
First I try to store the image and then to copy to another CF.
When I try to store the image the but when the process is near the end I receive an error: Image Creation Failed. And the process remain to 99,99%.
Can you help me ? |
|
|
---|