home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / sgi / 17951 < prev    next >
Encoding:
Internet Message Format  |  1992-12-13  |  1.4 KB

  1. Path: sparky!uunet!gatech!news.ans.net!cmcl2!adm!news
  2. From: pg@alice.att.com (Paul Glick)
  3. Newsgroups: comp.sys.sgi
  4. Subject: Re: 8mm tape drive - how to store 4.5GB
  5. Message-ID: <34627@adm.brl.mil>
  6. Date: 13 Dec 92 11:26:05 GMT
  7. Sender: news@adm.brl.mil
  8. Lines: 23
  9.  
  10. In article <1992Dec10.132201.27325@cronkite.ocis.temple.edu> atul@sgi1.fels.temple.edu (Atul Kumar) writes:
  11. >I have an 8mm tape drive on my sgi box. The tapes store only 2.5 GB (in tar 
  12. >format) although it says on the tape 4.5 GB. Could somebody suggest a way to
  13. >increase capacity (if its possible).
  14. >
  15. >thanks,
  16. >atul.
  17.  
  18. Exabyte tape drives want to be fed a continuous stream of data.  The drive
  19. will leave blank blocks (1K) or blank tracks (I seem to remember 8K for the
  20. 8200 drives, but I am not sure) if it does not have the data.  You need
  21. to either spool the tar output (unlikely for such a large amount of data)
  22. or use another program to save your data.  I have been using bru to backup
  23. my disks because it has a double buffer option, but I am not really sure
  24. about its effectiveness either.  The other important thing is to choose
  25. an appropriate buffer size.  This is necessary to keep the 246K byte
  26. buffer in the 8200 non-empty (I think the 8500s buffer is twice as big,
  27. again I am not sure).  Notice I said non-empty not full.  If you select
  28. a large buffer in either tar or bru.  You may not be able to keep up the
  29. demand for those chunks.
  30.  
  31.                 Paul Glick
  32.                 pg@research.att.com
  33.