Hello ,
I have an application available on portable USB Drive (Memory present on external controller ), I can open this application on PC when USB is connected to PC.
USB will act like mass storage device ,and application code is kept inside mass storage device .
when this application is evoked using binary file , it will send request (req.txt) to another controller through HTTP server and controller will send response back response (RES.txt) (Textfile format)
when RES.txt file will come on Portable drive , IT WILL GET CORRUPT . and application will crash.
*****************************************
i did Recovery and log is as follow :
C:\Users\Bino>chkdsk F:/r
The type of the file system is FAT.
Volume Serial Number is 0123-4567
Windows is verifying files and folders...
The size of the \RSP.TXT entry is not valid.
File and folder verification is complete.KP[;MK
Convert lost chains to files (Y/N)? y
512 bytes in 1 recovered files.
Windows is verifying free space...
Free space verification is complete.
Windows has made corrections to the file system.
No further action is required.
1,415,680 bytes total disk space.
512 bytes in 1 hidden files.
5,632 bytes in 5 folders.
512,512 bytes in 70 files.
897,024 bytes available on disk.
512 bytes in each allocation unit.
2,765 total allocation units on disk.
1,752 allocation units available on disk.
****************************************
This works fine with windows 7 and 8 OS.
please guide me about the problem.