Increase HDD speed with disk cache
Smart Drive (SMARTDRV) is a disk cache driver, which creates a disk cache in the extended memory. When a program requests data from the HDD or CDROM the data is also copied to the disk cache, so if the program asks for the data again then it will not require to access the slow HDD or CDROM. When a program reads a file then it usually process it in small chunks. While the program is processing a single chunk, then the disk cache is able to read-ahead several small chunks of the file and have them ready in memory.
Edit AUTOEXEC.BAT and update/insert this line:
C:\Dos\Smartdrv.exe 2048
Note if loading MSCDEX.EXE for CD-ROM support, then load SMARTDRV after MSCDEX.EXE so the CD-Drives also gets a diskcache.
Note smart drive can also be loaded into the Upper Memory Block to free conventional memory.
More Info MS KB81377
More Info MS KB81607
More Info MS KB82709
More Info MS KB83376
More Info MS KB84706
More Info MS KB95531
More Info MS KB241458