bas7qck.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Using SMARTDRV.SYS
  Memory Management Utilities                  Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
Using SMARTDRV.SYS
SMARTDRIVE is a disk-caching program for computers that have a hard disk
and extended memory or expanded memory. A disk cache serves as a temporary
holding area for recently-accessed data from the hard disk, and it speeds
up disk access.
 
To install SMARTDRIVE, include the following command line
in your CONFIG.SYS file:
 
          device=[d:][path][smartdrv.sys[size][/A]
 
The SMARTDRV.SYS device driver syntax contains the following options:
 
Option              Function
──────────────────────────────────────────────────────────────────────────────
d:                  The disk drive where you store SMARTDRV.SYS.
 
path                The directory where you store SMARTDRV.SYS.
 
size                The amount of memory you want SMARTDRV.SYS to have.
                    The default is 256K if it is installed in extended
                    memory; the default is all expanded memory if it is
                    installed in expanded memory. A disk cache must be
                    well over 500K to improve disk access significantly.
 
/A                  Use this option if you have expanded memory.
──────────────────────────────────────────────────────────────────────────────
  See Also    Using HIMEM.SYS
              Using RAMDRIVE.SYS