Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=3348137
By: flatcap
Hmm... Hang on. Let's go back a bit. You have a cluster size of 4K, but the
MFT (FILE) records will only be 1K in size. So, the size of the update sequence
array will be 3 (sequence number + 2 fixups). We were talking about fixups
that didn't exist!
To remove the fixup (forgive me if you know this already), you check the sequence
number matches the end of every sector, then write the first fixup number over
the end of sector one, the second over the end of sector two, etc.
Check carefully that's what you've done. If you're still having trouble, post
a hex dump of the FILE record, or better still put a binary copy of the 1K FILE
record somewhere public -- I'll try and find the time to dcode it for you.
Cheers,
FlatCap (Rich)
______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=44084
|