
June 3rd, 2004, 08:39 PM
|
|
Registered User
|
|
Join Date: Jun 2004
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
Reading/Writing disk sectors on non-standard file systems
I need to be able to write data directly to floppy disks that don't have standard boot sectors (that is, that have sector 0 filled with random data).
I already managed to create a read/write system under Windows 95/98/ME using VXDs and under Windows NT/2000/XP using the DeviceIOControl API, however, both methods fail when sector 0 contains non-standard data.
Is there any way to either [preferably] modify the existing methods (stated above) to support non-standard boot sectors or, alternatively, use a different approach to the raw disk access?
ANY help would be greatly appreciated.
|