Hello,
My name is Florian Popa and I’m from romania.
I’m coding a FAT32 driver and I have the same problem you posed in
osronline at article
http://www.osronline.com/lists_archive/ntfsd/thread2780.html
It happens when, at a 4G partition, reacheses the half of the
partition. In driver, when this is happening, the value for
irpStack->Parameters.Read.ByteOffset is NEGATIVE and
the value for devExt->containerinfo.size got with
ZwQueryInformationFile is also negative.
The cluster size is 1 and bytespersector is 512.
Windows pops up the message
Windows - Delayed Write Failed:
Windows was unable to save all the data for the file D:.
The data has been lost. This error may be caused by a failure
of your computer hardware or network connection. Please try
to save this file elsewhere.
{Lost Delayed-Write Data}
The system was attempting to transfer file data from buffers
to \Device\HarddiskVolume2. The write operation failed, and
only some of the data may have been written to the file.
Can you help me??
Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!