home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / pc / doshelp / helpsb.zoo / help / config / hints / logical.hlp < prev    next >
Encoding:
Text File  |  1989-01-01  |  1.1 KB  |  21 lines

  1. Logical Drive Letters
  2.  
  3. Diskette drives A: and B: are always defined, even on a computer that only
  4. has one physical drive. That is why DISKCOPY can always do a copy from A: to
  5. B:. 
  6.  
  7. A drive letter, such as B:, that is defined even though there is not a 
  8. physical drive to match it, is called a logical drive letter.
  9.  
  10. The drive letters that DOS assigns from C: on are determined by the order in 
  11. which internal drives or partitions on them (recognized by device drivers 
  12. that are supplied with DOS) and DRIVPARM lines are encountered in the 
  13. CONFIG.SYS file. Next, drive letters are assigned in the order in which 
  14. DEVICE=DRIVER, DEVICE=RAMDISK, and DEVICE=VDISK lines are encountered in the 
  15. CONFIG.SYS file.  If you include two DRIVPARM lines for the same device index 
  16. (/D:n), or two DEVICE=DRIVER lines for the same device index, that physical 
  17. drive will have two logical drive letters. This is useful on a system with 
  18. only one 3 ½" drive, since it provides a way to copy files between two 
  19. diskettes using one physical drive. The COPY, DISKCOPY, and XCOPY commands 
  20. can use logical drive letters advantageously. 
  21.