Mail Archives: djgpp/1996/10/15/07:23:40
On Tue, 15 Oct 1996, Tim Gunn wrote:
> I am in serious need of a quick way to check what drives are
> available, I know of using mntent.h, but this checks if the drive is
> currently valid, this is no use for floppy drives. All I want is a
> quick way to detect available drives.
It would help if you explain a bit more what do you mean by ``available
drives'' as opposed to ``valid drives'' reported by `getmntent', and why
do you think `getmntent' is ``no use for floppy drives''. Do you maybe
want to know if there is drive a: even if it is empty (i.e. without a
floppy inside)?
- Raw text -