home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!paladin.american.edu!darwin.sura.net!mips!swrinde!news.dell.com!uudell!bigtex!texsun!cronkite.Central.Sun.COM!west.West.Sun.COM!caspianc!jackn
- From: jackn@caspianc.ism.isc.com (Jack Neman)
- Newsgroups: comp.unix.sysv386
- Subject: Re: how to write 525MB to Wangtek 525ES on Dell 2.1?
- Message-ID: <l9aq91INNgas@west.west.sun.com>
- Date: 21 Aug 92 22:07:29 GMT
- References: <rvdp.714046351@yam> <1849@adagio.UUCP> <rvdp.714254499@yam.sow.econ.vu.nl>
- Organization: SunSoft Inc., Los Angeles, Ca.
- Lines: 48
- NNTP-Posting-Host: caspianc.west.sun.com
-
- In article <rvdp.714254499@yam.sow.econ.vu.nl> rvdp@sow.econ.vu.nl (Ronald van der Pol) writes:
- >grog@adagio.UUCP (Greg Lehey) writes:
- >
- >>In article <rvdp.714046351@yam> rvdp@sow.econ.vu.nl (Ronald van der Pol) writes:
- >>>larry@gator.rn.com (Larry Snyder) writes:
- >>>
- >>>>rvdp@sow.econ.vu.nl (Ronald van der Pol) writes:
- >>>
- >>>>>We have a Wangtek 525ES SCSI cartridge tape drive which should be
- >>>>>able to write various formats (525, 250, 150 MB). But how do you
- >>>>>choose the format? There don't seem to be different special files
- >>>>>for different formats. So how should it be done?
- >>>
- >>>>I belive the tape and drive determine this -- ie: put a 150 meg tape
- >>>>in the drive will yield 250 megs, a 60 meg will yield 120 megs
- >>>
- >>>I used the Wangtek 5525ES tape drive and a DC6525 tape. The script
- >>>wrote 9 25MB files and 13 records of the 10th file. So about 238 MB
- >>>was written (with 9 FileMarks?). After a 'mt rewind' and a 'mt fsf 9'
- >>>the tape looks to be positioned at the end of the media. So how much
- >>>is written to the tape, 250 MB or 525 MB?
-
- From the information I got so far on this problem, it proves to me that the
- UNIX driver you are using has a bug. If you were not able to write 525 mb
- of data on a DC6525 tape on a Wangtek 525ES SCSI tape drive, then it proves
- to me that the UNIX driver is setting the tape blocksize via the SCSI
- mode select command to 512 bytes/block instead of 1024 bytes/block.
- Wangtek 525ES, Archive 2525, and Tandberg 3820 1/4 inch SCSI cartridge
- tape drives, are all capable of writing and reading variable blocksizes.
- It means that the driver can set the tape blocksize to 512 bytes and/or
- 1024 bytes. If the UNIX driver sets the tape blocksize to 512 bytes/block
- via the SCSI Mode Select command, then you are not able to write 525
- mega bytes using a DC6525 on one the above mentioned tape drives. You will
- probably able to write about 250 mega bytes on this tape. If on the other hand
- the UNIX driver set the tape blocksize to 1024 bytes/block then you must be
- able to write 525 mega bytes of data on the DC 6525 tape using one of the
- above mentioned tape drives.
- Now, In order to prove if your UNIX driver is using 512 bytes/block not 1024
- bytes/block, put the tape that you created on the Wangtek 525ES, into a
- Wangtek 150 mega bytes cartridge tape drive. If you are able to read back
- your tape on the QIC150 tape drive, then it proves to me that the UNIX
- driver that you are using is not setting the tape blocksize to 1024. A
- Wangtek QIC150 should not be able to read a tape with 1024 bytes/block.
- If you notice this, you should call the company who wrote the driver and
- tell them that they are not setting the tape blocksize to 1024 on Wangtek
- 525ES drive. Basically the driver must issue SCSI READBLOCKLIMIT first
- to find out if the drive is capable of writing variable blocksizes,
- and then issue SCSI MODE SELECT command.
-