Date: Sun, 21 Jun 1998 14:41:19 +0300 (IDT) From: Eli Zaretskii To: Juanjo Erauskin cc: djgpp AT delorie DOT com Subject: Re: library to read FAT/FAT32 structure In-Reply-To: <358BAA72.C8221B26@jet.es> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Sat, 20 Jun 1998, Juanjo Erauskin wrote: > Are anybody know any library or functions to read FAT/FAT32 > structure ? Reading the FAT requires direct disk reads, so the `biosdisk' function would be a start. Note that direct access to the disk on Windows 9X requires that you lock the volume first (`biosdisk' doesn't do that), but I think it's only needed to write the disk, not to read it.