Author Topic: What is UASP for mass storage?  (Read 22149 times)

Jan Axelson

  • Administrator
  • Frequent Contributor
  • *****
  • Posts: 3033
    • Lakeview Research
What is UASP for mass storage?
« on: May 22, 2010, 06:25:33 pm »
Most current USB mass storage devices use the bulk-only protocol. The protocol requires each SCSI command to complete before the host can issue the next command.

UASP, or USB Attached SCSI Protocol is more efficient because it allows multiple, concurrent commands.

The UASP specification is available here:

http://www.usb.org/developers/devclass_docs

The USB Attached SCSI (UAS) transport protocol specification is available here:

http://www.t10.org/drafts.htm#SCSI3_UAS

Jan

sainfedl

  • Member
  • ***
  • Posts: 1
Re: What is UASP for mass storage?
« Reply #1 on: May 22, 2010, 07:14:20 pm »
I am looking for Linux support of UASP.
could you point me to few sites treating the subject matter in a Linux context?
Thank you

Best regards

Jean-Pierre Sainfeld

Jan Axelson

  • Administrator
  • Frequent Contributor
  • *****
  • Posts: 3033
    • Lakeview Research
Re: What is UASP for mass storage?
« Reply #2 on: May 22, 2010, 08:15:21 pm »