home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / pc / doshelp / helpsb.zoo / help / config / device / vdisk.hlp < prev   
Encoding:
Text File  |  1989-01-01  |  2.0 KB  |  41 lines

  1.                          VIRTUAL DISK
  2.  
  3. VDISK.SYS can be used to specify an optional virtual disk.  A virtual disk is
  4. an area of computer memory set aside for data storage. You can store and
  5. retrieve files from a virtual disk as if it were a real (physical) disk drive,
  6. and it is much faster. When a virtual disk is defined, it is formatted during
  7. the boot process when you turn on your computer, and a message will tell you
  8. the assigned drive letter. External commands and BATCH files copied to a
  9. virtual disk by AUTOEXEC.BAT execute quickly. Note: before turning off your
  10. computer, you must copy any files on the virtual disk that you wish to keep to
  11. a real disk. The contents of a virtual disk are lost when the computer is
  12. turned off, or rebooted.
  13.  
  14. To set up a virtual disk, use an editor to add a line to the file CONFIG.SYS 
  15. that looks like the one below. 
  16.  
  17.     DEVICE=[d:][pathname]VDISK.SYS [kbytes] [sectors] [d-entries] [/X[:m][/E:m]
  18.  
  19. <kbytes> is the number of kilobytes (thousands of characters) that the virtual 
  20.     disk will contain. Minimum of 1, 64 is the default.
  21.  
  22. <sectors> is the sector size in bytes (characters). 128 is the default, 256
  23.     and 512 can also be used.
  24.  
  25. <d-entries> is the maximum number of directory entries the virtual disk can 
  26.     contain. Minimum of 2, maximum of 512, 64 is the default.
  27.  
  28. /E puts the virtual disk in extended memory. 
  29.  
  30. /X (/A on some systems) puts the virtual disk in expanded memory. This option 
  31.     should probably not be attempted on most DOS systems prior to 4.0.
  32.  
  33. :m is the number of sectors to be transferred between extended/expanded memory
  34.     and conventional memory without checking for interrupts. The default
  35.     is 8. A smaller number may be needed. Only trial and error will tell you
  36.     what the right number is for your computer. 
  37.  
  38. You may define more than one virtual disk by including more than one 
  39. DEVICE=VDISK.SYS line in the CONFIG.SYS file. Any DEVICE=DRIVER.SYS lines 
  40. should preceed all DEVICE=VDISK.SYS lines.
  41.