I'm having trouble copying a 186GB file (yes, that is the right size!) between two external USB drives (both Lacie).
The copy keeps failing after copying about 140GB (~151,000,000,000 bytes to avoid confusion about 1024 v.s. 1000); Explorer gives a "device is not ready" message (from memory, might not be exact wording).
I wrote a small C program to try to do the same copy (so that (a) I could try to resume after a failure and (b) I could try to get more info on the error). It didn't shed a lot of light, but the problem seems to occur when reading from the source drive rather than when writing to the destination, and perror() reports "Permission denied", which I don't totally believe, seeing as there didn't seem to be any problems for the first 140GB.
The drives in question are both Lacie, the source drive is 250GB and the destination is 500GB, and there is ample space on the destination.
I'm running XP/SP2 on a fairly modern (2 years or so) old machine, so I don't think it should be the 48bit addressing issue. But the point at which problems occur is a little suspicious.
So does anyone know about any known issues with accessing very large files?
The copy keeps failing after copying about 140GB (~151,000,000,000 bytes to avoid confusion about 1024 v.s. 1000); Explorer gives a "device is not ready" message (from memory, might not be exact wording).
I wrote a small C program to try to do the same copy (so that (a) I could try to resume after a failure and (b) I could try to get more info on the error). It didn't shed a lot of light, but the problem seems to occur when reading from the source drive rather than when writing to the destination, and perror() reports "Permission denied", which I don't totally believe, seeing as there didn't seem to be any problems for the first 140GB.
The drives in question are both Lacie, the source drive is 250GB and the destination is 500GB, and there is ample space on the destination.
I'm running XP/SP2 on a fairly modern (2 years or so) old machine, so I don't think it should be the 48bit addressing issue. But the point at which problems occur is a little suspicious.
So does anyone know about any known issues with accessing very large files?