home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / util1 / drnu451.lzh / NUDI < prev    next >
Text File  |  1990-10-19  |  1KB  |  48 lines

  1.                            DI (Disk Information) 
  2.  
  3.  
  4. Description:   Displays technical information about a disk drive. Includes
  5.                device type, drive number, bytes per sector, sectors per
  6.                cluster, number of file allocation (FAT) tables, bad clusters,
  7.                etc. 
  8.  
  9.  
  10. Syntax:        Version 4.0, 4.5:   DI [(drive:)] 
  11.  
  12.                                 Parameters: 
  13.  
  14. (drive:)       The single-letter specifier (A:, B:, C:, etc.) for the drive
  15.                you want to process. Follow the letter with a colon. The
  16.                current drive is the default. If you are using a floppy disk
  17.                drive, you must have a formatted disk in the drive to receive
  18.                complete information. 
  19.  
  20.                                    Notes:
  21.  
  22. DI returns an encoded media descriptor value to describe the disk type. The
  23. following table lists and defines the values that are valid: 
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.                Hex value  Meaning 
  31.  
  32.                F0   1.4-MB 31/2-inch floppy disk 
  33.  
  34.                F8   Hard disk (all types) 
  35.  
  36.                F9   1.2-MB 51/4-inch floppy disk or 720-KB 31/2-inch floppy
  37.                     disk 
  38.  
  39.                FD   360-KB 51/4-inch floppy disk 
  40.  
  41.                FE   160-KB 51/4-inch floppy disk 
  42.  
  43.                FF   320-KB 51/4-inch floppy disk 
  44.  
  45. For the drive number, the utility returns 0 for drive A,   1 for drive B, and
  46. so on. 
  47.  
  48.