home *** CD-ROM | disk | FTP | other *** search
/ Hacks & Cracks / Hacks_and_Cracks.iso / vol1 / ucf-xpb4.zip / XPACKDMF.DOC < prev    next >
PGP Signed Message  |  1997-01-17  |  3KB  |  84 lines

  1. -----BEGIN PGP SIGNED MESSAGE-----
  2.  
  3.  
  4. HOW TO FORMAT A DMF-FORMAT DISK
  5. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  6. Microsoft has begun using an oddball 21-sector format on its
  7. program distribution 3 1/2" floppy disks which they call
  8. High-Density DMF. (Examples are Microsoft Word 6.0c and
  9. Microsoft Excel 5.0c) These DMF-format floppies cannot be
  10. copied or duplicated with any conventional DOS commands; all
  11. you can do is install from them - if the floppies are
  12. trouble-free!
  13.  
  14. I like to have backup copies of all my original program disks.
  15. I think it's just a wise thing to do. Floppies can go bad
  16. and it's good to have a backup set of original program disks
  17. if they are ever needed. So, the new DMF-format floppies
  18. presented a real challenge in order to make a backup set
  19. of disks.
  20.  
  21. A nifty little public-domain program, FDFORMAT, lets users
  22. manage DMF-format floppies with ease. Though FDFORMAT and its
  23. associated FDREAD tsr are in the public domain, and no fee is
  24. requested, a thank-you to Christian Hochstatter, the coder
  25. from Marburg, Germany, who developed it, wouldn't hurt.
  26.  
  27. DMF-format disks came along after FDFORMAT was written.
  28. Therefore, FDFORMAT does NOT explicitly support formatting
  29. a DMF disk with its supplied /F parameter options. After a
  30. little experimentation, I found the proper command line
  31. parameters to use in order to format a DMF disk.
  32.  
  33. The command to format a DMF-format 3 1/2" disk is:
  34.  
  35. FDFORMAT /T:80 /N:21 /C:4 /D:16 /M:240
  36. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  37.  
  38. This will yield the following results from FDFORMAT after
  39. the disk is formatted:
  40.  
  41.         --------------------------------
  42.         OEM-Entry               CH-FOR16
  43.         Total sectors on disk:  3360
  44.         Sectors per track:      21
  45.         Heads:                  2
  46.         Bytes per sector:       512
  47.         Hidden sectors:         0
  48.         Boot-sectors:           1
  49.         Number of FATs:         2
  50.         Sectors per FAT:        3
  51.         Total clusters on disk: 838
  52.  
  53.           1716224 total bytes on disk
  54.           1716224 bytes available
  55.         --------------------------------
  56.  
  57. The key is the /M:240 parameter. This sets the Media Descriptor
  58. Byte to F0 (hex). This allows FDFORMAT to successfully use
  59. 4 sectors per cluster on a floppy disk. DOS normally supports
  60. only 1 or 2 sectors per cluster as the FDFORMAT documentation
  61. explains. Without this parameter, and using 4 sectors per cluster
  62. (/C:4), FDFORMAT will incorrectly set the Media Descriptor Byte
  63. to F8 (hex) and the disk will NOT be properly read by DOS.
  64.  
  65. After formatting your DMF-format floppies, the original program
  66. disk files can be copied to the DMF-format backup floppies.
  67.  
  68. ** Be sure to also use the LABEL command to label each backup disk
  69. with the appropriate label from each original disk! **
  70.  
  71.  
  72. -----BEGIN PGP SIGNATURE-----
  73. Version: 2.6.3i
  74. Charset: cp850
  75.  
  76. iQEVAwUBMuBERGA4W6nuMXMlAQGR6wgA0v1pk0IokUBExgl1nULu3EQl2uJzlbGf
  77. cMvNeKhsLjWp6Nr6mbggWOAiGqpTjWYxQZdWFM2EfLyhqP6Sx0iVgse20ZWWFGwG
  78. pSDGO5dGHHoBFppLDcUYUETH9qdq0TAGVCtP2Sfh+8a5IhP/1RY2gIFvCWmbjFJU
  79. ++/j/I6Moa5nYBcNENR7jSTBpmplBOCaDkERaX7Jpv5zYwY61nXY7u+Hfl5L/9LE
  80. wurSG6nkaDf+K8QNsWHFlysDMiPQucdTi2w1fmmpZQuLiFbUmdF+zg7lOl0i8coZ
  81. 7U+gB4mjn5QtTxtRGnWuPkWl+KSImGGjTRntQs3DAR9AlEaJmcsVQQ==
  82. =x6Np
  83. -----END PGP SIGNATURE-----
  84.