How to read the floppy sectors when the 0 sector is bad
C / C++ / MFC
4
Posts
2
Posters
0
Views
1
Watching
-
I want to recovery the floppy disk,but cannot read the sectors when the 0 sector is bad. The tool HD copy and DiskEdit can do it. How to do it? My program is running in MFC mode but not console mode
-
The CFloppyDisk use the folling sentence to read the sector,so it cannot pass the error.:(:( CreateFile("\\\\.\\A:", GENERIC_READ|GENERIC_WRITE,0, NULL,OPEN_EXISTING,FILE_ATTRIBUTE_NORMAL,NULL);