atom feed30 messages in org.freebsd.freebsd-scsiRe: does CAM do this?
FromSent OnAttachments
David KellyApr 24, 1998 7:21 pm 
Julian ElischerApr 24, 1998 9:14 pm 
Matthew JacobApr 24, 1998 9:59 pm 
Justin T. GibbsApr 24, 1998 11:06 pm 
John S. DysonApr 24, 1998 11:53 pm 
Harlan StennApr 25, 1998 9:49 am 
Louis A. MamakosApr 25, 1998 12:51 pm 
Matthew JacobApr 25, 1998 12:59 pm 
Justin T. GibbsApr 25, 1998 1:28 pm 
Matthew JacobApr 25, 1998 1:32 pm 
Harlan StennApr 25, 1998 1:37 pm 
Harlan StennApr 25, 1998 2:34 pm 
Matthew JacobApr 25, 1998 2:44 pm 
Louis A. MamakosApr 25, 1998 3:02 pm 
Matthew JacobApr 25, 1998 3:03 pm 
Louis A. MamakosApr 25, 1998 3:07 pm 
Louis A. MamakosApr 25, 1998 3:10 pm 
Matthew JacobApr 25, 1998 3:12 pm 
Louis A. MamakosApr 25, 1998 3:23 pm 
David KellyApr 25, 1998 4:29 pm 
David KellyApr 25, 1998 4:45 pm 
Harlan StennApr 25, 1998 5:41 pm 
Louis A. MamakosApr 25, 1998 6:14 pm 
Harlan StennApr 25, 1998 6:32 pm 
Matthew JacobApr 25, 1998 9:24 pm 
Justin T. GibbsApr 25, 1998 9:27 pm 
Julian ElischerApr 25, 1998 9:35 pm 
Julian ElischerApr 25, 1998 9:42 pm 
Matthew JacobApr 25, 1998 10:06 pm 
David KellyApr 26, 1998 4:25 pm 
Subject:Re: does CAM do this?
From:Matthew Jacob (mja@feral.com)
Date:Apr 25, 1998 9:24:57 pm
List:org.freebsd.freebsd-scsi

From owne@freebsd.org Sat Apr 25 21:19:26 1998

Sender: owne@freebsd.org X-Loop: FreeBSD.org

Matthew Jacob writes:

What is the blocksize of the current tape record?

Unless you're tape drive is clairvoyant, you can't know that until you read the record (or attempt to).

And that's apparently what the SGI Irix "mt blksize" command does. Additionally it reports the min and max blocksize supported, and the "recommended" blocksize SGI's utilities will use unless instructed otherwise, or they inherit a blocksize from the device. Yes, I've seen a number of tar tapes with 512 byte blocks (they didn't know), and have one source that likes to write 1M blocksize (he thought it would be faster and save space on the tape).

No no no no. Block Min/Block max is *not* the same as variable blocksize. It just establishes min/max for *fixed* blocks.

Unless I've messed up here, my "ARCHIVE Python 28388-XXX 4.CM" will read a compressed tape with no way of me knowing that it is doing so.

That's not the same as blocksize.

While an enhanced "mt status" could query many tape drives and report on current tape position, it would be very nice if there was a way to report if the tape was written using a hardware compression method.

Sometimes you can tell, sometimes not. It depends partly on whether or not the density code reflects compression (getting to be less and less the case). I believe, off the top of my head, there are a couple of other clever ways to determine this, none of which is guaranteed to work on all tape devices. However, considering that the number of distinct SCSi tape devices in the world is probably less than a hundred, you'd think that this could be scoped out.

To Unsubscribe: send mail to majo@FreeBSD.org with "unsubscribe freebsd-scsi" in the body of the message