Date: Wed, 3 May 2000 16:05:36 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Michelle Konzack cc: djgpp AT delorie DOT com Subject: Re: Partition problem... In-Reply-To: <3.0.6.16.20000503095440.34ff2778@mail.cybercable.fr> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 3 May 2000, Michelle Konzack wrote: > Last year I was on a news group, and one programmer had the > source for detecting a harddisk (returns TRUE or FALSE) and > then he was able to detect FAT12/16 partitions on it... Did you try `getmntent' from the DJGPP library? Does it succeed in detecting accessible and inaccessible drives? If so, you could take some of the code there and use it for your purposes.