home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / unixen.tar / unixen / PDP-11 / Distributions / other / Venix / RX50.notes / text0000.txt < prev    next >
Encoding:
Text File  |  1996-02-17  |  2.0 KB  |  46 lines

  1. I use the RX50DRVR on my AT which allows my 1.2 MB drive to read RX50
  2. diskettes.  What this does is to create a new driveletter (F:) which
  3. spins the HD drive as if it were an RX50 drive.  
  4.  
  5. RX50DRVR does not know anything about the directory structure on 
  6. the disks.  If I do 'dir F:' it assumes DOS directory structure,
  7. which works fine on Rainbow diskettes, since they use the DOS
  8. directory structure.
  9.  
  10. To read RT11 formatted diskettes, there is a utility called RT11
  11. which groks the RT11 file structure.  I have not yet found a similar
  12. utility which handles the RMS-11 file structure of the PRO 3xx series.
  13.  
  14. I can use Norton Utilities with RX50DRVR to examine the RX50 diskette
  15. in the F: drive, but then I am accessing the diskette sector by sector,
  16. not by logical file.
  17.  
  18. I haven't explored the new utilities from the gentlemen in the Former
  19. Soviet Union who have announced some DOS environment tools for
  20. manipulating RX50 diskettes.
  21.  
  22. Using RX50DRVR in combination with the RT11 utility program, I can
  23. low-level format a blank HD diskette as an RX50 diskette, then
  24. put it in the PRO and do a high-level RMS-11 style Initialization.
  25. This allows me to create new RX50 diskettes out of plain old unformatted
  26. or recycled 1.2 MB HD diskettes.
  27.  
  28. Using Venix on the PRO, I can do a raw image copy of a diskette in one 
  29. drive to a blank diskette in another drive.  (This kind of copy will fail
  30. if the target diskette has any bad sectors, since there is no attempt
  31. to rearrange sectors to detour around any bad blocks.)
  32.  
  33. Finally, by hooking up the PRO to a Unix or DOS machine via the
  34. COM port (or to a Unix host via Ethernet/DECnet if you have a DECNA
  35. card), you can transfer files via any number of techniques, ranging
  36. >from straight ASCII upload/capture using ordinary terminal emulators,
  37. Kermit file transfers if you have Kermit on both machines, or by
  38. DECnet file transfer using NFT or dcp utilities.
  39.  
  40. None of this is particularly trivial to implement, but the bottom
  41. line is that there are many ways to pull files off RX50 diskettes
  42. and transfer them to Unix or DOS machines.
  43.  
  44. Barry Kort
  45.  
  46.