Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!sbi!zeus!cf_su10!cf_su14!nee From: nee@cf_su14.Salomon.Com (Robert Nee) Newsgroups: comp.sys.ibm.pc.misc Subject: Re: How to determine what type of drive? Keywords: bios,dos drive Message-ID: <135@cf_su20.cf_su10.Sbi.COM> Date: 30 Nov 90 18:55:45 GMT References: <1990Nov29.145358.14577@cbnewsm.att.com> Sender: news@cf_su10.Sbi.COM Reply-To: nee@cf_su14.Salomon.Com (Robert Nee) Organization: Salomon Brothers, NY Lines: 19 You may be able to get this information from INT 13h service 8. This returns the number of heads, sectors, and tracks for a given drive. From this information you can determine what type of drive is installed. I don't remember exactly how to use this call but you should be able to find documentation on it somewhere. To determine the drive try use Tracks Sectors Type ------ ------- ---- 80 18 3 1/2 (1.44MB) 80 15 5 1/4 (1.2 MB) 80 9 3 1/2 (720 KB) 40 9 5 1/4 (360 KB) Hope this help. Robert F. Nee