Date: Thu, 9 Oct 1997 11:49:10 +0200 (IST) From: Eli Zaretskii To: Dim Zegebart cc: DJGPP Mail List Subject: Re: Logical disks list. In-Reply-To: <343BBED3.6425@post.comstar.ru> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Wed, 8 Oct 1997, Dim Zegebart wrote: > How can I get the list of disks letters wich is in FAT (including A: B:) > or mapped to some network shares ? Use library function `getmntent'. It reports all the drives, including local, CD-ROM, RAM disks, and networked drives. It does NOT report an empty or not-ready drive, so an empty floppy or CD drive is skipped.