DISKCOPY May Require Multiple Disk Swaps (57431)



The information in this article applies to:
    Microsoft MS-DOS operating system 3.1
    Microsoft MS-DOS operating system 3.2
    Microsoft MS-DOS operating system 3.21
    Microsoft MS-DOS operating system 3.3
    Microsoft MS-DOS operating system 3.3a
    Microsoft MS-DOS operating system 4.0
    Microsoft MS-DOS operating system 4.01
    Microsoft MS-DOS operating system 5.0

This article was previously published under Q57431

SUMMARY

The behavior of the DISKCOPY command varies depending on whether you are using a single floppy disk or copying between two disks. When you use DISKCOPY on a single floppy disk drive, it does not ask you whether you want to copy another disk; instead, it asks for the next source disk. When you use DISKCOPY between two floppy disk drives, the copy occurs without any request.

MORE INFORMATION

This is expected behavior. For larger disks, DISKCOPY can only read a portion of the disk into memory at one time; therefore, you must switch between the source and destination during the copy.

The DISKCOPY utility provided with Microsoft MS-DOS Packaged Product makes an exact copy of one floppy disk onto another floppy disk. To do this, DISKCOPY loads the contents of the disk into memory sector by sector and then writes these sectors back out to the destination disk.

Because many different types of floppy disk media have a capacity larger than that of the computer's available memory, DISKCOPY must make the copy in several steps. For 1.44 MB floppy disks, it takes a minimum of three steps. The copying process is broken into even more steps if available memory is reduced.

This memory reduction is most noticeable if you are using a single disk drive for the copy. Each time memory is filled from the source disk, DISKCOPY must request that the destination disk be inserted so that the current contents of memory can be written. After the memory has been written to, DISKCOPY then requests the source disk again to read the next section of the disk into memory.

Modification Type: Major Last Reviewed: 11/26/2003
Keywords: KB57431