View Single Post
  #3  
Old December 28th 04, 06:20 PM
Maxim S. Shatskih
external usenet poster
 
Posts: n/a
Default

I would scan the whole disk for directory blocks.

--
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation

http://www.storagecraft.com

"David R Wille" wrote in message
om...
I am currently trying to read data from a corrupted FAT32 partition
and am looking from some technical advice. The logical drive concerned
contained several 100 mp3 files, for which I have the audio CDs and
separate backup, but also a few dozen video mpg's which I would like
to retrieve. The full partition size is just under 40GB and I believe
the cluster stucture must still be intact since Windows Explorer
reported 0 files found but only 13GB free, the rest presumably still
assigned.

My question is the following. Although undelete software does not seem
able to help (I think the pointer to each cluster is corrupted, this
is a large volume and I think these are addressed differently) I can
still read the file sizes. Given the the cluster information (used to
determine, for example, the free storage allocation) can I then match
the file names to the clusters using file size? The files are large
(50-500MB) so their precison is quite high and also I don't have many
of them.

I am currently using Active@Undelete which is very nice but could also
process and FAT information using Perl or R. Are there any simple
introductions to this subject or simple programs which can read FAT
information or extract clusters to files on another file system.

As you can see, I am no expert in this field but am happy programming
and dealing with numbers etc.

If it helps, I suspect that the initial data loss may have been caused
by RealPlayer crashing during a library re-sync but this may only be a
presumption.

- david