home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!gatech!rpi!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!ucbvax!ib.rl.ac.uk!MWE
- From: MWE@ib.rl.ac.uk (Mike Ellwood)
- Newsgroups: comp.unix.aix
- Subject: tape blocksizes (8mm - Exabyte)
- Message-ID: <199208282142.AA13606@cc.ysu.edu>
- Date: 28 Aug 92 21:21:13 GMT
- Sender: daemon@ucbvax.BERKELEY.EDU
- Lines: 24
-
- Scenario: 3.1.5 on 550H
-
- I'm confused about blocksizes when writing to 8mm (Exabyte) tape
- drives.
-
- I'd understood that the device always writes a fixed blocksize of 1024 bytes.
- You can change the number of bytes written in one I/O operation, but
- what goes out on the tape is still 1Kb blocks.
- Now I'm not so sure.
-
- I've found that (when using backup), a combination of slightly
- larger -b value, plus changing the "tape blocksize" from the default of
- - (chdev -l rmt0 -a block_size=0) -
- 512 to 0, reduces both the time it takes, and the amount of tape it uses,
- which would indicate to me that larger physical blocks are going out to
- the tape, so the effect of inter-block-gaps is reduced.
-
- Another confusing "discovery" was when restoring from a backup (mksysb)
- tape made using a tape-drive blocksize of 512, the messages from the
- restore program talked about a cluster size of "262144 bytes (512 byte blocks)"
- So did that mean that setting the tape to "512" does not mean a resulting
- tape blocksize of 512 BYTES , but of 512 X (512 byte BLOCKS) = 262144 bytes??
-
- mwe@ib.rl.ac.uk
-