home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / i / ifp1s156.zip / PAGE_13.INF < prev    next >
Text File  |  1992-12-30  |  1KB  |  28 lines

  1.   This page gives various information about the current drive, as given by
  2. DOS.
  3.  
  4.   LASTDRIVE is the letter typically given as the LASTDRIVE= command from
  5. your CONFIG.SYS.  The default is E, unless you have more than 5 drives
  6. defined, including floppies (a single floppy counts as 2), hard drives
  7. (each partition is one letter), special drivers (such as Stacker or
  8. Diskreet), and RAMdisks. Specifying extra letters allows you to use the
  9. SUBST command effectively.
  10.  
  11.   Logical drives are real drives, those created by the SUBST command, and
  12. those created by special drivers.
  13.  
  14.   For the current drive, the drive type may not always be correct. There is
  15. no standard way of telling if a drive is actually a RAMdisk or similar.
  16.  
  17.   A door lock is used by high density drives to let DOS know if a floppy
  18. has been removed. Some removable hard drives may also use this.
  19.  
  20.   JOIN lets a drive act as if it was a subdirectory of another disk.
  21.  
  22.   SUBST lets a subdirectory act as if it was a separate drive.
  23.  
  24.   A cluster is what DOS uses to keep track of data on the disk. A cluster
  25. consists of several actual sectors of data. A standard hard disk will have
  26. 4 sectors in each cluster (2K of data.)
  27.  
  28.