home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / unix / sysv386 / 13345 < prev    next >
Encoding:
Internet Message Format  |  1992-08-19  |  2.7 KB

  1. Path: sparky!uunet!charon.amdahl.com!pacbell.com!mips!darwin.sura.net!Sirius.dfn.de!math.fu-berlin.de!news.netmbx.de!Germany.EU.net!unido!adagio!grog
  2. From: grog@adagio.UUCP (Greg Lehey)
  3. Newsgroups: comp.unix.sysv386
  4. Subject: Re: how to write 525MB to Wangtek 525ES on Dell 2.1?
  5. Message-ID: <1849@adagio.UUCP>
  6. Date: 19 Aug 92 14:52:13 GMT
  7. References: <rvdp.713829991@yam> <Bt14A9.4p0@gator.rn.com> <rvdp.714046351@yam>
  8. Organization: LEMIS, Schellnhausen 2, W-6324 Feldatal, Germany
  9. Lines: 46
  10.  
  11. In article <rvdp.714046351@yam> rvdp@sow.econ.vu.nl (Ronald van der Pol) writes:
  12. >larry@gator.rn.com (Larry Snyder) writes:
  13. >
  14. >>rvdp@sow.econ.vu.nl (Ronald van der Pol) writes:
  15. >
  16. >>>We have a Wangtek 525ES SCSI cartridge tape drive which should be
  17. >>>able to write various formats (525, 250, 150 MB). But how do you
  18. >>>choose the format? There don't seem to be different special files
  19. >>>for different formats. So how should it be done?
  20. >
  21. >>I belive the tape and drive determine this -- ie: put a 150 meg tape
  22. >>in the drive will yield 250 megs, a 60 meg will yield 120 megs
  23. >
  24. >I used the Wangtek 5525ES tape drive and a DC6525 tape. The script
  25. >wrote 9 25MB files and 13 records of the 10th file. So about 238 MB
  26. >was written (with 9 FileMarks?). After a 'mt rewind' and a 'mt fsf 9'
  27. >the tape looks to be  positioned at the end of the media. So how much
  28. >is written to the tape, 250 MB or 525 MB?
  29.  
  30. Maybe we should step back and look at this from a different angle. In
  31. particular:
  32.  
  33. - What the driver does depends on how it's programmed. I don't know
  34.   Dell at all, but it is probably similar in behaviour to other SysV
  35.   ports. These will determine the format of a tape when called upon to
  36.   read it (this is the reason for the apparently non-productive noises
  37.   when it starts reading). In the case of writing, it will take a
  38.   default value.
  39.  
  40. - The amount that the default writes depends on the length of the tape
  41.   (you weren't expecting that, were you?). A DC6525 tape is 1000'
  42.   long, a DC6150 tape is 600' long. Accordingly, if you write to a
  43.   DC6525 in QIC-150 mode, you will get about 250 MB on the tape - as
  44.   your experiment proves.
  45.  
  46. - Despite what many people have said on the subject, your assumption
  47.   is correct: the normal way to select densities is via a different
  48.   minor device number, which is usually attached to a different
  49.   special device. This is where I can't help you: your system
  50.   documentation should help. In my (by no means exhaustive)
  51.   experience, people haven't gone to much trouble to support QIC-525
  52. -- 
  53. Greg Lehey                       | Tel: +49-6637-1488              
  54. LEMIS                            | Fax: +49-6637-1489
  55. Schellnhausen 2, W-6324 Feldatal, Germany
  56. *** NOTE ***: Headers are mangled - reply to grog%lemis@Germany.EU.net
  57.