home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / dec / micro / 480 < prev    next >
Encoding:
Text File  |  1992-08-17  |  4.7 KB  |  130 lines

  1. Newsgroups: comp.sys.dec.micro
  2. Path: sparky!uunet!usc!sol.ctr.columbia.edu!news.columbia.edu!watsun.cc.columbia.edu!lasner
  3. From: lasner@watsun.cc.columbia.edu (Charles Lasner)
  4. Subject: teledisk observations.
  5. Message-ID: <1992Aug18.015903.11141@news.columbia.edu>
  6. Sender: usenet@news.columbia.edu (The Network News)
  7. Nntp-Posting-Host: watsun.cc.columbia.edu
  8. Reply-To: lasner@watsun.cc.columbia.edu (Charles Lasner)
  9. Organization: Columbia University
  10. Date: Tue, 18 Aug 1992 01:59:03 GMT
  11. Lines: 117
  12.  
  13. Teledisk apparently does corrupt certain disk images using the so-called
  14. "advanced" compression, but there is a companion program TDCHECK to use
  15. to ensure the file is viable.
  16.  
  17. I can't make an RX50 corrupt however, so using this program should make the
  18. program viable to use for our purposes, as long as TDCHECK is used to ensure
  19. the validity of the image file.
  20.  
  21. There is another problem with TELEDISK that doesn't apply to RX50: FDFORMAT
  22. diskettes for high-capacity PC usage.  The standard high-density 3.5" diskette
  23. yields 80 tracks x 2 sides x 18 sectors/side or exactly 1.44 MBytes.  By
  24. using a 2:1 interleave, it is legitimate to cut the trailing gap down because
  25. the "cool-down" area becomes the sector you are skipping over, thus allowing
  26. 21 sectors, and also you can use 82 tracks.  This gives a total capacity of
  27. 1.72 MBytes.
  28.  
  29. TELEDISK attempts to copy this disk into an image file, and generally does
  30. succeed wrt the CRC problem reported, but it creates a disk whose contents
  31. is entirely low-level formatted correctly, and entirely *wrong*!  It has
  32. been confirmed that the formatting is correct though, so it would seem to
  33. be a bug as opposed to a limitation.  Note that for this particular format,
  34. it is possible to use alternate means to accomplish what TELEDISK does:
  35.  
  36. From FDFORMAT, there is a companion utility called WIMAGE.
  37.  
  38. You can create an image of any standard DOS disk, including all of the
  39. FDFORMAT variations, such as the 1.72 Meg diskette.  Usage is:
  40.  
  41. WIMAGE D: file
  42.  
  43. to create an image file, or
  44.  
  45. WIMAGE file D:
  46.  
  47. to create a diskette from a file.
  48.  
  49. The diskette must already be formatted, and the file isn't compressed.  This
  50. allows us to use any compression method we choose, which is more versatile
  51. than the two options offered by TELEDISK.  But the diskette has to be an
  52. MS-DOS one, and only the kind recognized by FDFORMAT.  For example, FDFORMAT
  53. doesn't recognize Rainbow/DECmate MS-DOS since it uses an alternate when 
  54. dealing with RX50 80 track 10 sector format.  This alternate format isn't
  55. recognized on the DECmate or Rainbow, and on a PC is accessed directly and
  56. without a driver.  And of course, non-DOS disks are out of the question.
  57.  
  58. DR-DOS 6.0 offers another method:
  59.  
  60. DISKCOPY and DISKCOMP will recognize any MS-DOS disk that is accessible, 
  61. including MS-DOS RX50 diskettes accessed by RAINDOS (curiously, not by
  62. RX50DRVR).  Contrast this with MS-DOS that only recognizes standard disk
  63. sizes.
  64.  
  65. Thus it is possible to do pretty much the same thing here:
  66.  
  67. DISKCOPY B: file
  68.  
  69. or 
  70.  
  71. DISKCOPY file B:
  72.  
  73. The overall operation is similar to WIMAGE.  The files created are slightly
  74. longer because of some internal overhead, and aren't compatible with WIMAGE.
  75.  
  76. DISKCOMP is compatible with these files from DISKCOPY.  Again, the restriction
  77. is that the files have to be valid MS-DOS files, which is marginally less
  78. restrictive than WIMAGE, since compatible MS-DOS RX50 is allowed.  Output 
  79. target diskettes must be correctly preformatted, as with WIMAGE, but are
  80. not checked for pre-existing DOS information.  Thus a frill feature is
  81. achieved: you can copy an RX50 MS-DOS diskette to another RX50 diskette
  82. (perhaps indirectly through an intermediate file) where the target RX50
  83. diskette was formerly used for non-DOS purposes.  (WIMAGE complains if
  84. the high-level format of the target diskette is different from the high-level
  85. format of the file.)
  86.  
  87. Thus TELEDISK is still needed for dealing with the myriad formats of RX50
  88. that aren't DECmate/Rainbow MS-DOS high-level format.  This includes:
  89.  
  90. All OS/278 variants including most DECmate install diskettes, test diskettes,
  91. CBI diskettes, etc., as well as OS/278 itself (DM-101,DM-111) and other
  92. DECUS distributed diskettes.
  93.  
  94. CP/M-80 diskettes on DECmate (PRO?)
  95.  
  96. CP/M-86/80 diskettes on Rainbow
  97.  
  98. DECmate Master Menu volume backup format
  99.  
  100. P?S/8 diskettes (two varieties)
  101.  
  102. COS-310 diskettes
  103.  
  104. WPS-8 diskettes
  105.  
  106. WPS-8 system diskettes
  107.  
  108. WPS-8 utility diskettes
  109.  
  110. WPS-8 DECspell diskettes
  111.  
  112. WPS-8 autopatch diskettes
  113.  
  114. VENIX diskettes
  115.  
  116. FILES-11 (RMS) diskettes
  117.  
  118. Anyone want to add to this list?
  119.  
  120. Moreover, some of these diskettes require non-standard stagger and interleave
  121. factors applied, in zones in some cases.  Teledisk does support these
  122. format variations.  Thus I don't see a replacement for TELEDISK being available
  123. that serves all of this.
  124.  
  125. cjl
  126.  
  127.  
  128.  
  129.  
  130.