atom feed13 messages in org.freebsd.freebsd-scsi1TB issue
FromSent OnAttachments
Tu...@Beach HouseJun 1, 2004 4:04 pm 
Kenneth D. MerryJun 1, 2004 4:40 pm 
Tu...@Beach HouseJun 1, 2004 4:53 pm 
Kenneth D. MerryJun 1, 2004 5:43 pm 
Tu...@Beach HouseJun 1, 2004 5:52 pm 
Kenneth D. MerryJun 1, 2004 5:56 pm 
Brooks DavisJun 1, 2004 6:03 pm 
Tu...@Beach HouseJun 1, 2004 6:12 pm 
Paul SaabJun 1, 2004 11:36 pm 
David MaloneJun 2, 2004 2:49 am 
Bruce EvansJun 2, 2004 3:51 am 
Kenneth D. MerryJun 2, 2004 6:11 am 
Dan StrickJun 2, 2004 6:35 am 
Subject:1TB issue
From:Dan Strick (str@covad.net)
Date:Jun 2, 2004 6:35:07 am
List:org.freebsd.freebsd-scsi

On Wed, 2 Jun 2004 10:49:39 +0100, David Malone wrote:

I've heard from some people that there was a 2TB limit on SCSI devices, but it wasn't clear to me if this was a limit of the SCSI implementation they were using, or if it arose from the SCSI spec. What's actually the case here?

The group 1 SCSI read/write command descriptor blocks have only a 32 bit field for the device address (block number).

2^32 * 2^9 = 2^41

The group 4 SCSI read/write commands defined in the not-yet-published SCSI Block Commands-2 (SBC-2) standard have a 64 bit field for the device address.