home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / sgi / 12884 < prev    next >
Encoding:
Internet Message Format  |  1992-08-25  |  1.8 KB

  1. Xref: sparky comp.sys.sgi:12884 comp.unix.questions:10376
  2. Path: sparky!uunet!wupost!gumby!yale!yale.edu!jvnc.net!darwin.sura.net!sgiblab!svcs1!slix
  3. From: slix@svcs1.UUCP (Bill Miller)
  4. Newsgroups: comp.sys.sgi,comp.unix.questions
  5. Subject: Re: does anyone have the "dd" source code or good mtio examples???
  6. Summary: tape drivers, qic-80/mountain (for linux or 386bsd)?
  7. Message-ID: <684@svcs1.UUCP>
  8. Date: 26 Aug 92 02:00:16 GMT
  9. References: <fish.714667687@news2.gsfc.nasa.gov> <1992Aug24.201022.21067@cis.ohio-state.edu>
  10. Followup-To: poster
  11. Organization: Silicon Valley Computer Society, Sunnyvale, CA
  12. Lines: 23
  13.  
  14. In article <1992Aug24.201022.21067@cis.ohio-state.edu>, fontana@iguana.cis.ohio-state.edu (Mark Fontana) writes:
  15. > I've written my own tape software using the mtio library, and it wasn't
  16. > hard at all.  (Other than a few specific tape functions, you basically
  17. > use read() and write() anyway).
  18. > The specific program I created writes Archive FasTape format QIC-24
  19. > cartridge tapes under UNIX; the resulting tapes may be read directly
  20. > by the Archive software on MSDOS machines.  The capability to READ
  21. > Archive tapes will be implemented after finals.  :)
  22.  
  23. I have a question based on your experience with such things (or other
  24. people's experience in general).  I'm coming from years of experience
  25. with MS-DOS, but am relatively new to unix.  I'm considering switching
  26. over to either of 386bsd or Linux.  I have a mountain filesafe tape
  27. backup unit.  I can read/write qic-80 with it, although I'd prefer to
  28. use Mountain's proprietary TD-101 format as I can achieve more bytes
  29. on the tape - at least for internal stuff.
  30.  
  31. From your experience, how _hard_ is it to write such driver software? I
  32. haven't the foggiest idea of how you go about it.  If you can r/w QIC-24
  33. then can it be adaptable to QIC-80, or is it totally different?
  34.  
  35.