Microsoft KB Archive/107135

From BetaArchive Wiki
< Microsoft KB Archive
Revision as of 17:44, 20 July 2020 by X010 (talk | contribs) (Text replacement - ">" to ">")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Knowledge Base


Using a RAM Drive to Enhance Performance of DISKCOPY

Article ID: 107135

Article Last Modified on 11/21/1999



APPLIES TO

  • Microsoft MS-DOS 6.2 Standard Edition
  • Microsoft MS-DOS 6.21 Standard Edition
  • Microsoft MS-DOS 6.22 Standard Edition



This article was previously published under Q107135

SUMMARY

In MS-DOS 6.2 and later, the DISKCOPY command uses your hard disk drive to temporarily store the data copied from the source disk. This enables single- pass disk copies. If you install a RAM drive, you can increase the performance of this operation.

MORE INFORMATION

DISKCOPY uses the location defined by the SET TEMP statement to determine where the data from the source disk should be temporarily stored before it is written to the destination disk.

If you install a RAM drive and define it as your temporary (TEMP) directory, you can redirect the data accessed from the source disk into RAM, thus eliminating the time required for the system to perform read and write operations to the hard disk drive.

To do this:

  1. Set up a RAM drive in your CONFIG.SYS file using the following parameters:

    device=c:\dos\ramdrive.sys 1480 /e

    NOTE: Make sure the RAM drive is large enough to hold all data from the largest floppy disk drive on your system. (The size given here sets up a 1.44-megabyte RAM drive.
  2. In your AUTOEXEC.BAT file, change the SET TEMP line to point to the RAM drive as follows

    set temp=<x>:\

    where <x> is the drive letter assigned by the system to the new RAM drive.

The performance gain is not significant on high performance systems with fast processors and hard disk drives; however, it does increase the overall speed of this process on older systems.


Additional query words: 6.22 6.20

Keywords: KB107135