Search found 6 matches

by AKazak
Fri Dec 28, 2012 12:20 pm
Forum: File Recovery
Topic: Custom format specification: VHD, Virtual HD Image
Replies: 15
Views: 22727

Re: Custom format specification: VHD, Virtual HD Image

Alt wrote:4. Pray that the files aren't fragmented.
Thank you!
The deleted files are on external USB drive. Does it guarantee non-fragmented write? How do I know if the files are fragmented?
by AKazak
Thu Dec 27, 2012 4:40 pm
Forum: File Recovery
Topic: Custom format specification: VHD, Virtual HD Image
Replies: 15
Views: 22727

Re: Custom format specification: VHD, Virtual HD Image


I've a question:
does the second sector (Sector 1) of all VHD files contain this string at the beginning:
63 78 73 70 61 72 73 65 - FF FF FF FF FF FF FF FF ?
or a part thereof?

Exactly! I analyzed all VHD files I have in HEX editor and the second sector (Sector 1) always starts with:
63 78 73 ...
by AKazak
Tue Dec 18, 2012 9:49 pm
Forum: File Recovery
Topic: Custom format specification: VHD, Virtual HD Image
Replies: 15
Views: 22727

Re: Custom format specification: VHD, Virtual HD Image

Alt wrote:I'm waiting for the next R-Studio version, it has some improvements in processing known file types. It's going to be released soon.
When the release is expected?
by AKazak
Thu Nov 22, 2012 2:40 am
Forum: File Recovery
Topic: Custom format specification: VHD, Virtual HD Image
Replies: 15
Views: 22727

Re: Custom format specification: VHD, Virtual HD Image

I would remove size="512" from the end signature.

I removed size="512" from the end and started scan again:
<?xml version="1.0" encoding="utf-8"?>
<FileTypeList>
<FileType id="113" group="Disk Images" description="Virtual PC Virtual HD Image" extension="vhd">
<Signature from="begin" offset="0 ...
by AKazak
Wed Nov 21, 2012 2:23 pm
Forum: File Recovery
Topic: Custom format specification: VHD, Virtual HD Image
Replies: 15
Views: 22727

Re: Custom format specification: VHD, Virtual HD Image

VHD file has the following structure:
http://s019.radikal.ru/i621/1211/06/6951c3f5814a.png
where
512-byte signature is highlighted in blue, and
a magic part of signature (the same for all VHD files) is highlighted in yellow.

512-byte signature is unique for every VHD file, but the same at the ...
by AKazak
Tue Nov 20, 2012 2:12 am
Forum: File Recovery
Topic: Custom format specification: VHD, Virtual HD Image
Replies: 15
Views: 22727

Custom format specification: VHD, Virtual HD Image

Greeting!

I try to create a custom format XML to recover a large (~200 GB) file of VHD format .
As per format, the start and end signatures of VHD file are absolutely the same and have length 512 bytes starting from "conectix" .
Here is the current version of the XML file:

<?xml version="1.0 ...