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

  1. Path: sparky!uunet!mcsun!sun4nl!star.cs.vu.nl!newshost.cca.vu.nl!rvdp
  2. From: rvdp@sow.econ.vu.nl (Ronald van der Pol)
  3. Newsgroups: comp.unix.sysv386
  4. Subject: Re: how to write 525MB to Wangtek 525ES on Dell 2.1?
  5. Message-ID: <rvdp.714254499@yam.sow.econ.vu.nl>
  6. Date: 19 Aug 92 20:01:39 GMT
  7. References: <rvdp.713829991@yam> <Bt14A9.4p0@gator.rn.com> <rvdp.714046351@yam> <1849@adagio.UUCP>
  8. Sender: news@cca.vu.nl
  9. Organization: SOW-VU, Amsterdam, The Netherlands
  10. Lines: 90
  11.  
  12. grog@adagio.UUCP (Greg Lehey) writes:
  13.  
  14. >In article <rvdp.714046351@yam> rvdp@sow.econ.vu.nl (Ronald van der Pol) writes:
  15. >>larry@gator.rn.com (Larry Snyder) writes:
  16. >>
  17. >>>rvdp@sow.econ.vu.nl (Ronald van der Pol) writes:
  18. >>
  19. >>>>We have a Wangtek 525ES SCSI cartridge tape drive which should be
  20. >>>>able to write various formats (525, 250, 150 MB). But how do you
  21. >>>>choose the format? There don't seem to be different special files
  22. >>>>for different formats. So how should it be done?
  23. >>
  24. >>>I belive the tape and drive determine this -- ie: put a 150 meg tape
  25. >>>in the drive will yield 250 megs, a 60 meg will yield 120 megs
  26. >>
  27. >>I used the Wangtek 5525ES tape drive and a DC6525 tape. The script
  28. >>wrote 9 25MB files and 13 records of the 10th file. So about 238 MB
  29. >>was written (with 9 FileMarks?). After a 'mt rewind' and a 'mt fsf 9'
  30. >>the tape looks to be  positioned at the end of the media. So how much
  31. >>is written to the tape, 250 MB or 525 MB?
  32.  
  33. >Maybe we should step back and look at this from a different angle. In
  34. >particular:
  35.  
  36. >- What the driver does depends on how it's programmed. I don't know
  37. >  Dell at all, but it is probably similar in behaviour to other SysV
  38. >  ports. These will determine the format of a tape when called upon to
  39. >  read it (this is the reason for the apparently non-productive noises
  40. >  when it starts reading). In the case of writing, it will take a
  41. >  default value.
  42.  
  43. >- The amount that the default writes depends on the length of the tape
  44. >  (you weren't expecting that, were you?). A DC6525 tape is 1000'
  45. >  long, a DC6150 tape is 600' long. Accordingly, if you write to a
  46. >  DC6525 in QIC-150 mode, you will get about 250 MB on the tape - as
  47. >  your experiment proves.
  48.  
  49. >- Despite what many people have said on the subject, your assumption
  50. >  is correct: the normal way to select densities is via a different
  51. >  minor device number, which is usually attached to a different
  52. >  special device. This is where I can't help you: your system
  53. >  documentation should help. In my (by no means exhaustive)
  54. >  experience, people haven't gone to much trouble to support QIC-525
  55. >-- 
  56. >Greg Lehey                       | Tel: +49-6637-1488              
  57. >LEMIS                            | Fax: +49-6637-1489
  58. >Schellnhausen 2, W-6324 Feldatal, Germany
  59. >*** NOTE ***: Headers are mangled - reply to grog%lemis@Germany.EU.net
  60.  
  61. Thanks, that clears up a lot. Dell Issue 2.1 (System V Release 4) has
  62. the following special files in /dev/rmt:
  63.  
  64. crw-rw-rw-   1 root     root      15,  0 Jul 31 12:39 c0s0
  65. crw-rw-rw-   1 root     root      15,  1 Aug 17 12:10 c0s0n
  66. crw-rw-rw-   1 root     root      15,  3 Jun 11 17:14 c0s0nr
  67. crw-rw-rw-   1 root     root      15,  2 Jun 11 17:14 c0s0r
  68.  
  69. The manual qt(7) says:
  70.  
  71.  
  72.      NAME
  73.            qt - QIC    cartridge magnetic tape    streamer interface
  74.  
  75.      SYNOPSIS
  76.  
  77.              /dev/rmt/c0s0n    no rewind on close, no retension    on
  78.                        open
  79.              /dev/rmt/c0s0     rewind on close,    no retension on
  80.                        open
  81.              /dev/rmt/c0s0nr   no rewind on close, retension on
  82.                        open
  83.              /dev/rmt/c0s0r    rewind on close,    retension on open
  84.  
  85.            These files refer to the    Wangtek    PC-36 Controller and the
  86.            QIC-24/QIC-02 basic cartridge tape streamer.  Only raw
  87.            character interface files are provided.
  88.  
  89. We specifically bought a Dell computer and a Wangtek 5525ES tape *from
  90. Dell*, because we wanted to have a system that is fully supported by
  91. Dell. The system we already had is a Compaq with Exabyte tape drive.
  92. And Dell doesn't (officially) support Exabyte tape drives.
  93.  
  94. So again, (not asking how, but rather) *can I write 525 MB to an
  95. Wangtek 5525ES tape drive on Dell Issue 2.1*?
  96.  
  97. Is Dell back on the net again???
  98.  
  99. --
  100. Ronald van der Pol
  101. rvdp@sow.econ.vu.nl
  102.