bug report etiquette

Don Speck mangler at cit-vax.Caltech.Edu
Thu Mar 10 18:22:37 AEST 1988


In article <3261 at bloom-beacon.MIT.EDU>, nessus at athena.mit.edu (Doug Alan) writes:
>			      If the block device is used with the TK50
> drive, the tape drive does stream, and is much much happier.

Somebody here made a similar observation about TU80's, so he did all
his dumps to the block device.	Sometime later he needed to do a restore,
and all his tapes gave a premature EOF.  Dump had been calculating tape
capacity based on 10240 byte blocks, but the block device was writing
2048 byte blocks and it wouldn't all fit.  The tape driver returned
error, but because block-device writes are asynchronous, the completion
status doesn't get returned to anybody, so he had no indication that
writes were not getting done (except perhaps the long pause at end of
tape).

The block device is for mounting filesystems.  Read only.  Which you'd
probably only want to do if your tape drive is actually a WORM.  Didn't
work correctly in 4.2bsd, though.

Don Speck   speck at vlsi.caltech.edu  {amdahl,ames!elroy}!cit-vax!speck



More information about the Comp.unix.wizards mailing list