home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / apple2 / 19504 < prev    next >
Encoding:
Text File  |  1992-08-26  |  2.8 KB  |  57 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: <1992Aug27.040457.15709@cco.caltech.edu>
  6. Sender: news@cco.caltech.edu
  7. Nntp-Posting-Host: punisher
  8. Organization: California Institute of Technology, Pasadena
  9. References: <RWIFALL.92Aug24165136@dante.nmsu.edu> <1992Aug25.081136.11854@cco.caltech.edu>     <RWIFALL.92Aug25104447@dante.nmsu.edu>     <1992Aug26.040841.24422@cco.caltech.edu> <RWIFALL.92Aug26175840@dante.nmsu.edu>
  10. Distribution: comp.sys.apple2
  11. Date: Thu, 27 Aug 1992 04:04:57 GMT
  12. Lines: 43
  13.  
  14. rwifall@nmsu.edu (Richard J Wifall) writes:
  15.  
  16. >   I don't care about any of that.. I don't care what programs do and
  17. >do not backup to block devices... What I do care about, and want to
  18. >know is HOW to make my tape drive come up as un-write protected under
  19.  
  20. It doesn't matter if you care about it or not. The fact is that you are
  21. asking for a solution that is impossible, and I was trying to give you an
  22. idea of what the REAL problem is. I am willing to bet MONEY that you CANNOT
  23. do what you want unless CVT changes something about the way the RF drivers
  24. work.
  25.  
  26. Here's why: Tape drives are NOT RANDOM-ACCESS DEVICES. They can do only three
  27. things -- rewind, scan forward to block x and read it, and write a block at
  28. the END of the tape. Trying to write a block in the middle of the tape is
  29. very dangerous and you would toast the block immediately following it a good
  30. portion of the time. This is because tape drives are not too precise; it comes
  31. with the ability to use media that is much cheaper per megabyte. The only
  32. reason you can put a tape on the desktop at all is because CVT thought it'd be
  33. cool to let you mount the filesystem and read specific files without restoring
  34. the whole volume, slow as it is.
  35.  
  36. >GS/OS..  (ie Finder, GNO, or any other program that uses GS/OS)  I can
  37. >handle the backing up myself.. I could write a program to do it if I
  38. >had too... I just want to know how to make the tape drive not come up
  39. >as write protected..  That's it..
  40.  
  41. Like I said, that is not the real problem. Even if you _could_ make it come
  42. up not write protected, you would quickly regret it. Unless CVT has put some
  43. special logic in their driver SPECIFICALLY FOR THIS USE (not likely) you have
  44. three options:
  45.     1. call the ramfast directly and use SCSI calls to manipulate the tape
  46. drive as a SCSI tape drive.
  47.     2. get somebody (CVT probably) to write a SCSITAPE type driver for the
  48. Ramfast and use the tape drive as a GS/OS character device.
  49.     3. return your tape drive and buy a removable HD (syquest/floptical).
  50.  
  51. Todd Whitesel
  52. toddpw @ cco.caltech.edu
  53.  
  54. P.S. Current word on the flopticals is that Drew said on Genie "We've gotten
  55. some requests for those and we're considering getting one for testing BUT NO
  56. PROMISES AT THIS TIME." as of tuesday night.
  57.