Microsoft Product Support Services   All Products  |   Support  |   Search  |   microsoft.com Home  
microsoft.com
  Support Home  |   Self Support  |   Assisted Support  |   Custom Support  |   Worldwide Support  |

Using a RAM Drive to Enhance Performance of DISKCOPY


The information in this article applies to:
  • Microsoft MS-DOS operating system versions 6.2, 6.21, 6.22


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 :
Version : MS-DOS:6.2,6.21,6.22
Platform : MS-DOS
Issue type :
Technology :


Last Reviewed: November 19, 1999
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.


Article ID: Q107135

Last Reviewed:
November 19, 1999

Send to a friend

Provided by
Microsoft Product Support Services


Did the information in this article help answer your question?

Yes
No
Did not apply

Please provide additional comments about this information.
(255 character max)