Microsoft KB Archive/79538

From BetaArchive Wiki
Knowledge Base


Article ID: 79538

Article Last Modified on 5/12/2003



APPLIES TO

  • Microsoft MS-DOS 3.1
  • Microsoft MS-DOS 3.2 Standard Edition
  • Microsoft MS-DOS 3.21 Standard Edition
  • Microsoft MS-DOS 3.3 Standard Edition
  • Microsoft MS-DOS 3.3a
  • Microsoft MS-DOS 4.0 Standard Edition
  • Microsoft MS-DOS 4.01 Standard Edition
  • Microsoft MS-DOS 5.0 Standard Edition
  • Microsoft MS-DOS 5.0a
  • Microsoft MS-DOS 6.0 Standard Edition
  • 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 Q79538

SUMMARY

Double-sided, double-density 5.25-inch (360K) disks, when formatted in a 360K drive and then written to on a high density 5.25-inch (1.2 MB) drive, may no longer be readable in the 360K drive.

Conversely, disks formatted as 360K in a 1.2 MB drive and then written to in a 360K drive may no longer be readable in the 1.2 MB drive.

MORE INFORMATION

360K disk drives write a relatively wide track at 40 tracks per inch. 1.2 MB drives normally write at 80 tracks per inch, and therefore write a somewhat narrower data track. This renders the use of 360K disk interchangeably between the two drives as a less than reliable means of exchanging data, because the result can be a narrow data track superimposed upon a wide data track, or vice versa.

There are two methods to increase the reliability of disk data transfer between these two drive types:

Method 1

To transfer data from a 1.2 MB drive to a 360K drive using a 360K disk, do the following:

  1. Start with a blank, unformatted 360K disk. In the 1.2 MB drive, format the disk using the /4 or /f:360 option, as follows:

          format x: /4
                            

    or, for MS-DOS version 4.0 or later,

          format x: /f:360
                            

    (where "x" is the 1.2 MB drive designator, and assuming the MS-DOS directory is in the path).

    This will allow the format of the 360K media in the 1.2 MB drive.

  2. Perform reads and writes on the media while in the 1.2 MB drive, but perform ONLY reads from the disk while in the 360K drive. Writing to the media in the 360K drive may render it unreadable.

Method 2

To transfer data from a 360K drive to a 1.2 MB drive using 360K media, do the following:

  1. Start with a blank, unformatted 360K disk. Format the disk as normal in the 360K drive.
  2. Perform reads and writes on the disk while in the 360K drive, but perform ONLY reads from the media while in the 1.2 MB drive. Writing to the media in the 1.2 MB drive may render it unreadable.

For more information on the FORMAT command, consult your MS-DOS manual.


Additional query words: 6.22 3.0 3.00 3.1 3.10 3.2 3.20 3.21 3.22 3.3 3.30 3.3a 3.30a 4.0 4.00 4.0a 4.00a 4.01 4.01a 5.00 5.00a 6.00 6.20

Keywords: KB79538