Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!wuarchive!uunet!stanford.edu!agate!hailstorm.Berkeley.EDU!insik From: insik@hailstorm.Berkeley.EDU (In Sik Rhee) Newsgroups: comp.windows.ms.programmer Subject: Association between Physical and Logical Devices Summary: Disk Formatter needs to recognize Floppy devices! Keywords: disk format device bios ms-dos Message-ID: <1991May1.063000.8253@agate.berkeley.edu> Date: 1 May 91 06:30:00 GMT Sender: insik@hailstorm.berkeley.edu Distribution: usa Organization: ucb Lines: 10 Here is a question for the experienced I/O programmer... How do I find out the type of physical devices associated with a logical device without using IOCTC Int 21H 0x44H subfunctions 0x60 and 0x40? The general block device interface doesn't efficiently tell me about the type of device I'm using... Basically, I'm working on a format program and I need to be able to recognize all floppy devices and their type... also, the procedure needs to be compatible with MS-DOS 3.1, since that's what Windows requires.