this.cmdRef, 0);
this.transport.createReadData(NUM_BLOCKS_TRANSFER * STORE_BLOCK_SIZE, this.cmdRef);
lu.enqueue(this.transport, cmd1);
this.cmdRef++;
CDB cdb2 = new Read16(0, false, false, false, false, false, 10, NUM_BLOCKS_TRANSFER);
Command cmd2 =
new Command(this.transport.createNexus(this.cmdRef), cdb2, TaskAttribute.ORDERED,
this.cmdRef, 0);
lu.enqueue(this.transport, cmd2);