data recovery

  • Thread starter Thread starter ayaz anwar
  • Start date Start date
A

ayaz anwar

AOA
I want to make a project which recover data from hard
disk on windowsXP.I want to perform this on FAT32 file
system.The problem is that I do not know that how to
access the FAT32 file system on windowsXP.
I want to do this work on assembly language.Please help
me.

AH
 
You should realize this is not a question for this type of board and should
be researched on TechNet:
http://www.microsoft.com/technet/default.mspx

Or MSDN:
http://msdn.microsoft.com/default.aspx

That said, at user level, there's no problem for XP to access FAT32 as XP
recognizes FAT32. There is no difference in the file only in the file
system, the framework within which the file is stored. I would assume, what
you are asking would be governed by whether or not the operating system
recognized FAT32 and even if XP is setup on an NTFS formatted drive, it
still recognizes FAT32.
 
Back
Top