home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / unix / aux / 4025 < prev    next >
Encoding:
Text File  |  1992-11-12  |  2.2 KB  |  51 lines

  1. Newsgroups: comp.unix.aux
  2. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!europa.asd.contel.com!emory!swrinde!elroy.jpl.nasa.gov!ames!nsisrv!jagubox!jim
  3. From: jim@jagubox.gsfc.nasa.gov (Jim Jagielski)
  4. Subject: Re: Yet more about 'tc' (blocking issues)
  5. Message-ID: <1243@jagubox.gsfc.nasa.gov>
  6. Lines: 37
  7. Sender: usenet@nsisrv.gsfc.nasa.gov (Usenet)
  8. Nntp-Posting-Host: jagubox.gsfc.nasa.gov
  9. Reply-To: jim@jagubox.gsfc.nasa.gov (Jim Jagielski)
  10. Organization: NASA/Goddard Space Flight Center
  11. References: <1228@jagubox.gsfc.nasa.gov> <1992Nov11.032712.26391@noao.edu> <1241@jagubox.gsfc.nasa.gov>
  12. Date: Thu, 12 Nov 1992 14:39:06 GMT
  13.  
  14. jim@jagubox.gsfc.nasa.gov (Jim Jagielski) writes:
  15.  
  16. >tody@noao.edu (Doug Tody) writes:
  17.  
  18. >>A variable record size is preferred over a fixed block size since for some
  19. >>tape formats the record size may have some meaning, and since variable size
  20. >>records cause fewer transport problems.  If fixed size blocks are used, one
  21. >>system may use, e.g., 1k blocks and the other 8k blocks, and it may not be
  22. >>possible to read the tape.
  23.  
  24. >Ahhh infinite resources would definately help make this so... How about
  25. >a driver that also plays a little trumpet fanfare when it ejects a tape? :)
  26.  
  27. >Seriously though, variable block sizes would be a good addition and
  28. >most probably will be added to 'tc' after a while. The trick is getting
  29. >all the information about it to implement it.
  30.  
  31. Well, after wiping the foam from my mouth :$ I've bitten the bullet
  32. yet again...
  33.  
  34. Seems that almost all drives that support variable block sizes just require
  35. 2 changes: a bit _clear_ in READ/WRITE and a Mode Select with Block Length
  36. being set to 0.... (as far as I can tell)
  37.  
  38. Soooo... expect version 3.01 of 'tc' to be released in a little bit with...
  39. Variable Block Length support on those drives that allow it. This'll
  40. be implemented by using another minor device number bit (number 6 [0x40]).
  41. Testing on this will be minimal before release, so I'll need others
  42. to try it out and see...
  43.  
  44. As always, despite what you may think :), Any and All comments are
  45. appreciated!
  46. -- 
  47.     Jim Jagielski               | "It is not I who am crazy...
  48.     jim@jagubox.gsfc.nasa.gov   |  it is I who am MAD!"
  49.     NASA/GSFC, Code 734.4       |
  50.     Greenbelt, MD 20771         |            - Ren
  51.