home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / unix / sysv386 / 14136 < prev    next >
Encoding:
Text File  |  1992-09-08  |  2.5 KB  |  60 lines

  1. Newsgroups: comp.unix.sysv386
  2. Path: sparky!uunet!sarto!jhpb
  3. From: jhpb@sarto.budd-lake.nj.us (Joseph H. Buehler)
  4. Subject: Re: advice on DAT drives
  5. In-Reply-To: slangley@constant.demon.co.uk's message of Sun, 6 Sep 1992 09:09:12 GMT
  6. Message-ID: <JHPB.92Sep7001712@sarto.budd-lake.nj.us>
  7. Sender: jhpb@sarto.budd-lake.nj.us (Joseph H Buehler)
  8. Organization: none
  9. References: <Bu5G3C.1Bv@constant.demon.co.uk>
  10. Date: Mon, 7 Sep 1992 05:17:12 GMT
  11. Lines: 47
  12.  
  13. In article <Bu5G3C.1Bv@constant.demon.co.uk> slangley@constant.demon.co.uk (Simon Langley) writes:
  14.  
  15.        1)    bearing in mind that my main criterion is tape size, is my
  16.            choice of DAT sensible?
  17.  
  18. DAT tapes hold about 1200 megabytes on a 60 meter tape, 2000 megabytes
  19. on a 90 meter tape.
  20.  
  21.        2)    will any DAT drive work on my SVR4 486 system (in theory)?
  22.  
  23. Don't buy anything you can't return, is my finest advice.  There's a
  24. company that advertises in Computer Shopper, called APS.  When I
  25. bought my DAT from them, they had a 30 day money back policy.
  26.  
  27.        3)    am I likely to be able to swap tapes with other users who have
  28.            DAT and restore them on my machine?
  29.  
  30. Yes, as long as you don't use proprietary compression schemes.  I
  31. wrote a tape on my ESIX system and was able to read it nicely on an HP
  32. 9000 workstation, using an HP DAT drive.
  33.  
  34.        4)    what drives are out there that are cheap but work?  (BTW I
  35.            shall probably be buying from the US as prices are much lower
  36.            so a US supplier would be fine.)
  37.  
  38. A couple popular manufacturers are WangDAT (now part of Wangtek, I
  39. think, or however you spell that) and Archive.  I have a WangDAT 2000
  40. running quite nicely under ESIX 4.0.3A with an Adaptec 1740 SCSI card
  41. in enhanced mode.
  42.  
  43.        5)    Will I necessarily need a SCSI interface for a DAT drive?
  44.  
  45. Hmmm.  I don't know that you can buy one without it.
  46.  
  47. I had a number of problems with my DAT drive, because of flakiness in
  48. my SVR4's SCSI code, and bug(s) in the Adaptec 1740.  My only problem
  49. at the moment is that trying to read past end-of-tape is guaranteed to
  50. completely and permanently hang (unkillably) the process that is
  51. reading from the tape drive.  This could be corrected in the SCSI
  52. driver easily enough, but who has time to disassemble SCSI drivers?  I
  53. just add a few cpio'd /dev/nulls at the end of the tape and use that
  54. for end of tape markers.
  55.  
  56. Whatever you buy, make sure you test it thoroughly for data errors
  57. before you settle on it.  I had one combination that had low frequency
  58. data errors.  I did a byte by byte compare with a program that
  59. generated random data streams to determine this...
  60.