Date: Mon, 13 Oct 1997 14:42:40 +0200 (IST) From: Eli Zaretskii To: Bill Currie cc: djgpp-workers AT delorie DOT com Subject: Re: Should off_t become unsigned? In-Reply-To: <199710130316.QAA05322@teleng1.tait.co.nz gatekeeper.tait.co.nz> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Mon, 13 Oct 1997, Bill Currie wrote: > If it's any help, I also have fat32 so I can help with fat > related issues (except I only have 2.1G) (and yes, plain dos 7 access > it just fine). One thing I'd like to know is how can you detect a FAT32 drive. Function 7302h of Interrupt 21h seems to be the starting point, but the Interrupt List doesn't explicitly tell that it fails for volumes which are not FAT32, and it also seems to indicate that this function only works on Windows 95, not in plain DOS 7. Can you try this? Thanks.