home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / apple2 / 19762 < prev    next >
Encoding:
Text File  |  1992-09-01  |  1.9 KB  |  41 lines

  1. Newsgroups: comp.sys.apple2
  2. Path: sparky!uunet!elroy.jpl.nasa.gov!nntp-server.caltech.edu!toddpw
  3. From: toddpw@cco.caltech.edu (Todd P. Whitesel)
  4. Subject: Re: Ramfast and Tape Backup units..
  5. Message-ID: <1992Sep2.051729.22054@cco.caltech.edu>
  6. Sender: news@cco.caltech.edu
  7. Nntp-Posting-Host: punisher
  8. Organization: California Institute of Technology, Pasadena
  9. References: <m0mOQFo-0000R6C@crash.cts.com> <behrenss.715307581@hphalle6> <1992Sep1.065420.5127@cco.caltech.edu> <behrenss.715394757@hphalle6>
  10. Date: Wed, 2 Sep 1992 05:17:29 GMT
  11. Lines: 28
  12.  
  13. behrenss@Informatik.TU-Muenchen.DE (Soenke Behrens) writes:
  14.  
  15. >I do not want Random Access. Did I ever say I did? No. 'tar' was never based
  16. >on random access. BTW, you can random access some tapes ... but that requires
  17. >vendor specific commands (and special drivers), of course.
  18.  
  19. No argument there. What I am TRYING TO EXPLAIN is that the RF currently only
  20. supports GS/OS access to random access devices, and since most tapes aren't
  21. random access the RF has to fake it and slap on the read-only restriction so
  22. you can safely use the tapes from GS/OS.
  23.  
  24. >Aha. A bit strange ... this entity called "OS" is usually supposed to handle
  25. >all peripherals. Oh well, never mind.
  26.  
  27. No! You just revealed the problem. OS's cannot handle periphals they don't
  28. know how to use already. You teach an OS how to use a peripheral by installing
  29. a driver for that peripheral -- that's all a driver is! The tricky part here
  30. is that GS/OS supports two types of peripherals: block devices (which are
  31. random access) and character devices (which aren't). The RF only provides a
  32. block device driver, and to use the tape properly you need a character device
  33. driver like Apple's SCSITAPE.
  34.  
  35. Anybody who was planning to write their own backup program should already have
  36. an understanding of the driver/device concepts, or they're gonna have to learn
  37. before they can get anywhere...
  38.  
  39. Todd Whitesel
  40. toddpw @ cco.caltech.edu
  41.