Hi all,
I have a pendrive which having FAT32 file system previously.now what i did i open the pendrive in hex editor.i found that root directory contain entries about
myfiles.and it having high order cluster byte set to some value . now i traverse the file system with corresponing cluster no. by conveting it in offset value .i found the data of my file at the corresponding offset.
Now what i do i format the pendrive . due to formatting the pendrive the high cluster byte of corresponding file in root directory set to 0,so i am unable to traverse data. of file.
is their any solution so that i can found my data...............
H.S.Navarkar