Mail Archives: djgpp-workers/1999/01/10/06:23:47
On Fri, 8 Jan 1999, Martin Stromberg wrote:
> Hmm. What about FAT32 formatted JAZ disks (or some later variant
> exceeding 2GB)? Wouldn't the FAT32 detection code need to recheck if
> the disk was exchanged? (Resulting in: a removeable disk must be
> checked for each and every operation?)
If a removable disk can be formatted as FAT32, it will have to be
rechecked for each operation.
However, I believe that removable media is slow enough anyway, so an
extra call won't be so painful. What do you think?
Btw, what happens if you issue a FAT32-related call on a FAT16 disk?
Maybe we could use the new functions unconditionally in some cases?
- Raw text -