Skip to content

Instantly share code, notes, and snippets.

@chrisa
Last active October 9, 2018 07:59
Show Gist options
  • Save chrisa/a906d5c4d26e73e4e6aabe7572c74235 to your computer and use it in GitHub Desktop.
Save chrisa/a906d5c4d26e73e4e6aabe7572c74235 to your computer and use it in GitHub Desktop.
BeebSCSI Debugs
Oct 08 22:12:20 SCSI State: Selected by host ID 1
Oct 08 22:12:20 SCSI State: Command phase
Oct 08 22:12:20 SCSI State: Information transfer phase: Command
Oct 08 22:12:20 SCSI Commands: CDB byte 0 decode: Command group 0 (6 bytes) opcode 8
Oct 08 22:12:20 SCSI Commands: Received command operand bytes: 8 0 0 0 16 0
Oct 08 22:12:20 SCSI Commands: READ command (0x08) received
Oct 08 22:12:20 SCSI Commands: Target LUN = 0, LBA = 0, Blocks = 16
Oct 08 22:12:20 SCSI State: Information transfer phase: Data in
Oct 08 22:12:20 File system: filesystemOpenLunForRead(): Successful
Oct 08 22:12:20 SCSI Commands: Transferring requested blocks to the host...
Oct 08 22:12:20 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Oct 08 22:12:20 File system: filesystemCloseLunForRead(): Completed
Oct 08 22:12:20 SCSI Commands: Read6 command successful
Oct 08 22:12:20 SCSI State: Status. Status byte = 0
Oct 08 22:12:20 SCSI State: Information transfer phase: Status
Oct 08 22:12:20 SCSI State: Message In. Message byte = 0
Oct 08 22:12:20 SCSI State: Information transfer phase: Message in
Oct 08 22:12:20 SCSI State: Bus Free
Oct 08 22:12:20 SCSI State: Information transfer phase: Data out
Oct 08 22:12:20 SCSI State: Selected by host ID 1
Oct 08 22:12:20 SCSI State: Command phase
Oct 08 22:12:20 SCSI State: Information transfer phase: Command
Oct 08 22:12:20 SCSI Commands: CDB byte 0 decode: Command group 0 (6 bytes) opcode 8
Oct 08 22:12:20 SCSI Commands: Received command operand bytes: 8 0 128 0 16 0
Oct 08 22:12:20 SCSI Commands: READ command (0x08) received
Oct 08 22:12:20 SCSI Commands: Target LUN = 0, LBA = 32768, Blocks = 16
Oct 08 22:12:20 SCSI State: Information transfer phase: Data in
Oct 08 22:12:20 File system: filesystemOpenLunForRead(): Successful
Oct 08 22:12:20 SCSI Commands: Transferring requested blocks to the host...
Oct 08 22:12:20 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Oct 08 22:12:20 File system: filesystemCloseLunForRead(): Completed
Oct 08 22:12:20 SCSI Commands: Read6 command successful
Oct 08 22:12:20 SCSI State: Status. Status byte = 0
Oct 08 22:12:20 SCSI State: Information transfer phase: Status
Oct 08 22:12:20 SCSI State: Message In. Message byte = 0
Oct 08 22:12:20 SCSI State: Information transfer phase: Message in
Oct 08 22:12:20 SCSI State: Bus Free
Oct 08 22:12:20 SCSI State: Information transfer phase: Data out
Oct 08 22:12:20 SCSI State: Selected by host ID 1
Oct 08 22:12:20 SCSI State: Command phase
Oct 08 22:12:20 SCSI State: Information transfer phase: Command
Oct 08 22:12:20 SCSI Commands: CDB byte 0 decode: Command group 0 (6 bytes) opcode 8
Oct 08 22:12:20 SCSI Commands: Received command operand bytes: 8 1 0 0 16 0
Oct 08 22:12:20 SCSI Commands: READ command (0x08) received
Oct 08 22:12:20 SCSI Commands: Target LUN = 0, LBA = 65536, Blocks = 16
Oct 08 22:12:20 SCSI State: Information transfer phase: Data in
Oct 08 22:12:20 File system: filesystemOpenLunForRead(): Successful
Oct 08 22:12:20 SCSI Commands: Transferring requested blocks to the host...
Oct 08 22:12:20 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Oct 08 22:12:20 File system: filesystemCloseLunForRead(): Completed
Oct 08 22:12:20 SCSI Commands: Read6 command successful
Oct 08 22:12:20 SCSI State: Status. Status byte = 0
Oct 08 22:12:20 SCSI State: Information transfer phase: Status
Oct 08 22:12:20 SCSI State: Message In. Message byte = 0
Oct 08 22:12:20 SCSI State: Information transfer phase: Message in
Oct 08 22:12:20 SCSI State: Bus Free
Oct 08 22:12:20 SCSI State: Information transfer phase: Data out
Oct 08 22:12:20 SCSI State: Selected by host ID 1
Oct 08 22:12:20 SCSI State: Command phase
Oct 08 22:12:20 SCSI State: Information transfer phase: Command
Oct 08 22:12:21 SCSI Commands: CDB byte 0 decode: Command group 0 (6 bytes) opcode 8
Oct 08 22:12:21 SCSI Commands: Received command operand bytes: 8 1 128 0 16 0
Oct 08 22:12:21 SCSI Commands: READ command (0x08) received
Oct 08 22:12:21 SCSI Commands: Target LUN = 0, LBA = 98304, Blocks = 16
Oct 08 22:12:21 SCSI State: Information transfer phase: Data in
Oct 08 22:12:21 File system: filesystemOpenLunForRead(): Successful
Oct 08 22:12:21 SCSI Commands: Transferring requested blocks to the host...
Oct 08 22:12:21 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Oct 08 22:12:21 File system: filesystemCloseLunForRead(): Completed
Oct 08 22:12:21 SCSI Commands: Read6 command successful
Oct 08 22:12:21 SCSI State: Status. Status byte = 0
Oct 08 22:12:21 SCSI State: Information transfer phase: Status
Oct 08 22:12:21 SCSI State: Message In. Message byte = 0
Oct 08 22:12:21 SCSI State: Information transfer phase: Message in
Oct 08 22:12:21 SCSI State: Bus Free
Oct 08 22:12:21 SCSI State: Information transfer phase: Data out
Oct 08 22:12:21 SCSI State: Selected by host ID 1
Oct 08 22:12:21 SCSI State: Command phase
Oct 08 22:12:21 SCSI State: Information transfer phase: Command
Oct 08 22:12:21 SCSI Commands: CDB byte 0 decode: Command group 0 (6 bytes) opcode 8
Oct 08 22:12:21 SCSI Commands: Received command operand bytes: 8 2 0 0 16 0
Oct 08 22:12:21 SCSI Commands: READ command (0x08) received
Oct 08 22:12:21 SCSI Commands: Target LUN = 0, LBA = 131072, Blocks = 16
Oct 08 22:12:21 SCSI State: Information transfer phase: Data in
Oct 08 22:12:21 File system: filesystemOpenLunForRead(): Successful
Oct 08 22:12:21 SCSI Commands: Transferring requested blocks to the host...
Oct 08 22:12:21 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Oct 08 22:12:21 File system: filesystemCloseLunForRead(): Completed
Oct 08 22:12:21 SCSI Commands: Read6 command successful
Oct 08 22:12:21 SCSI State: Status. Status byte = 0
Oct 08 22:12:21 SCSI State: Information transfer phase: Status
Oct 08 22:12:21 SCSI State: Message In. Message byte = 0
Oct 08 22:12:21 SCSI State: Information transfer phase: Message in
Oct 08 22:12:21 SCSI State: Bus Free
Oct 08 22:12:21 SCSI State: Information transfer phase: Data out
Oct 08 22:12:21 SCSI State: Selected by host ID 1
Oct 08 22:12:21 SCSI State: Command phase
Oct 08 22:12:21 SCSI State: Information transfer phase: Command
Oct 08 22:12:21 SCSI Commands: CDB byte 0 decode: Command group 0 (6 bytes) opcode 8
Oct 08 22:12:21 SCSI Commands: Received command operand bytes: 8 2 128 0 16 0
Oct 08 22:12:21 SCSI Commands: READ command (0x08) received
Oct 08 22:12:21 SCSI Commands: Target LUN = 0, LBA = 163840, Blocks = 16
Oct 08 22:12:21 SCSI State: Information transfer phase: Data in
Oct 08 22:12:21 File system: filesystemOpenLunForRead(): Successful
Oct 08 22:12:21 SCSI Commands: Transferring requested blocks to the host...
Oct 08 22:12:21 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Oct 08 22:12:21 File system: filesystemCloseLunForRead(): Completed
Oct 08 22:12:21 SCSI Commands: Read6 command successful
Oct 08 22:12:21 SCSI State: Status. Status byte = 0
Oct 08 22:12:21 SCSI State: Information transfer phase: Status
Oct 08 22:12:21 SCSI State: Message In. Message byte = 0
Oct 08 22:12:21 SCSI State: Information transfer phase: Message in
Oct 08 22:12:21 SCSI State: Bus Free
Oct 08 22:12:21 SCSI State: Information transfer phase: Data out
Oct 08 22:12:21 SCSI State: Selected by host ID 1
Oct 08 22:12:21 SCSI State: Command phase
Oct 08 22:12:21 SCSI State: Information transfer phase: Command
Oct 08 22:12:21 SCSI Commands: CDB byte 0 decode: Command group 0 (6 bytes) opcode 8
Oct 08 22:12:21 SCSI Commands: Received command operand bytes: 8 3 0 0 16 0
Oct 08 22:12:21 SCSI Commands: READ command (0x08) received
Oct 08 22:12:21 SCSI Commands: Target LUN = 0, LBA = 196608, Blocks = 16
Oct 08 22:12:21 SCSI State: Information transfer phase: Data in
Oct 08 22:12:21 File system: filesystemOpenLunForRead(): Successful
Oct 08 22:12:21 SCSI Commands: Transferring requested blocks to the host...
Oct 08 22:12:21 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Oct 08 22:12:21 File system: filesystemCloseLunForRead(): Completed
Oct 08 22:12:21 SCSI Commands: Read6 command successful
Oct 08 22:12:21 SCSI State: Status. Status byte = 0
Oct 08 22:12:21 SCSI State: Information transfer phase: Status
Oct 08 22:12:21 SCSI State: Message In. Message byte = 0
Oct 08 22:12:21 SCSI State: Information transfer phase: Message in
Oct 08 22:12:21 SCSI State: Bus Free
Oct 08 22:12:21 SCSI State: Information transfer phase: Data out
Oct 08 22:12:21 SCSI State: Selected by host ID 1
Oct 08 22:12:21 SCSI State: Command phase
Oct 08 22:12:21 SCSI State: Information transfer phase: Command
Oct 08 22:12:21 SCSI Commands: CDB byte 0 decode: Command group 0 (6 bytes) opcode 8
Oct 08 22:12:21 SCSI Commands: Received command operand bytes: 8 3 128 0 16 0
Oct 08 22:12:21 SCSI Commands: READ command (0x08) received
Oct 08 22:12:22 SCSI Commands: Target LUN = 0, LBA = 229376, Blocks = 16
Oct 08 22:12:22 SCSI State: Information transfer phase: Data in
Oct 08 22:12:22 File system: filesystemOpenLunForRead(): Successful
Oct 08 22:12:22 SCSI Commands: Transferring requested blocks to the host...
Oct 08 22:12:22 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Oct 08 22:12:22 File system: filesystemCloseLunForRead(): Completed
Oct 08 22:12:22 SCSI Commands: Read6 command successful
Oct 08 22:12:22 SCSI State: Status. Status byte = 0
Oct 08 22:12:22 SCSI State: Information transfer phase: Status
Oct 08 22:12:22 SCSI State: Message In. Message byte = 0
Oct 08 22:12:22 SCSI State: Information transfer phase: Message in
Oct 08 22:12:22 SCSI State: Bus Free
Oct 08 22:12:22 SCSI State: Information transfer phase: Data out
Oct 08 22:12:22 SCSI State: Selected by host ID 1
Oct 08 22:12:22 SCSI State: Command phase
Oct 08 22:12:22 SCSI State: Information transfer phase: Command
Oct 08 22:12:22 SCSI Commands: CDB byte 0 decode: Command group 0 (6 bytes) opcode 8
Oct 08 22:12:22 SCSI Commands: Received command operand bytes: 8 4 0 0 16 0
Oct 08 22:12:22 SCSI Commands: READ command (0x08) received
Oct 08 22:12:22 SCSI Commands: Target LUN = 0, LBA = 262144, Blocks = 16
Oct 08 22:12:22 SCSI State: Information transfer phase: Data in
Oct 08 22:12:22 File system: filesystemOpenLunForRead(): Successful
Oct 08 22:12:22 SCSI Commands: Transferring requested blocks to the host...
Oct 08 22:12:22 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Oct 08 22:12:22 File system: filesystemCloseLunForRead(): Completed
Oct 08 22:12:22 SCSI Commands: Read6 command successful
Oct 08 22:12:22 SCSI State: Status. Status byte = 0
Oct 08 22:12:22 SCSI State: Information transfer phase: Status
Oct 08 22:12:22 SCSI State: Message In. Message byte = 0
Oct 08 22:12:22 SCSI State: Information transfer phase: Message in
Oct 08 22:12:22 SCSI State: Bus Free
Oct 08 22:12:22 SCSI State: Information transfer phase: Data out
Oct 08 22:12:22 SCSI State: Selected by host ID 1
Oct 08 22:12:22 SCSI State: Command phase
Oct 08 22:12:22 SCSI State: Information transfer phase: Command
Oct 08 22:12:22 SCSI Commands: CDB byte 0 decode: Command group 0 (6 bytes) opcode 8
Oct 08 22:12:22 SCSI Commands: Received command operand bytes: 8 4 128 0 16 0
Oct 08 22:12:22 SCSI Commands: READ command (0x08) received
Oct 08 22:12:22 SCSI Commands: Target LUN = 0, LBA = 294912, Blocks = 16
Oct 08 22:12:22 SCSI State: Information transfer phase: Data in
Oct 08 22:12:22 File system: filesystemOpenLunForRead(): Successful
Oct 08 22:12:22 SCSI Commands: Transferring requested blocks to the host...
Oct 08 22:12:22 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Oct 08 22:12:22 File system: filesystemCloseLunForRead(): Completed
Oct 08 22:12:22 SCSI Commands: Read6 command successful
Oct 08 22:12:22 SCSI State: Status. Status byte = 0
Oct 08 22:12:22 SCSI State: Information transfer phase: Status
Oct 08 22:12:22 SCSI State: Message In. Message byte = 0
Oct 08 22:12:22 SCSI State: Information transfer phase: Message in
Oct 08 22:12:22 SCSI State: Bus Free
Oct 08 22:12:22 SCSI State: Information transfer phase: Data out
Oct 08 22:12:22 SCSI State: Selected by host ID 1
Oct 08 22:12:22 SCSI State: Command phase
Oct 08 22:12:22 SCSI State: Information transfer phase: Command
Oct 08 22:12:22 SCSI Commands: CDB byte 0 decode: Command group 0 (6 bytes) opcode 8
Oct 08 22:12:22 SCSI Commands: Received command operand bytes: 8 5 0 0 16 0
Oct 08 22:12:22 SCSI Commands: READ command (0x08) received
Oct 08 22:12:23 SCSI Commands: Target LUN = 0, LBA = 327680, Blocks = 16
Oct 08 22:12:23 SCSI State: Information transfer phase: Data in
Oct 08 22:12:23 File system: filesystemOpenLunForRead(): Successful
Oct 08 22:12:23 SCSI Commands: Transferring requested blocks to the host...
Oct 08 22:12:23 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Oct 08 22:12:23 File system: filesystemCloseLunForRead(): Completed
Oct 08 22:12:23 SCSI Commands: Read6 command successful
Oct 08 22:12:23 SCSI State: Status. Status byte = 0
Oct 08 22:12:23 SCSI State: Information transfer phase: Status
Oct 08 22:12:23 SCSI State: Message In. Message byte = 0
Oct 08 22:12:23 SCSI State: Information transfer phase: Message in
Oct 08 22:12:23 SCSI State: Bus Free
Oct 08 22:12:23 SCSI State: Information transfer phase: Data out
Oct 08 22:12:23 SCSI State: Selected by host ID 1
Oct 08 22:12:23 SCSI State: Command phase
Oct 08 22:12:23 SCSI State: Information transfer phase: Command
Oct 08 22:12:23 SCSI Commands: CDB byte 0 decode: Command group 0 (6 bytes) opcode 8
Oct 08 22:12:23 SCSI Commands: Received command operand bytes: 8 5 128 0 16 0
Oct 08 22:12:23 SCSI Commands: READ command (0x08) received
Oct 08 22:12:23 SCSI Commands: Target LUN = 0, LBA = 360448, Blocks = 16
Oct 08 22:12:23 SCSI State: Information transfer phase: Data in
Oct 08 22:12:23 File system: filesystemOpenLunForRead(): Successful
Oct 08 22:12:23 SCSI Commands: Transferring requested blocks to the host...
Oct 08 22:12:23 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Oct 08 22:12:23 File system: filesystemCloseLunForRead(): Completed
Oct 08 22:12:23 SCSI Commands: Read6 command successful
Oct 08 22:12:23 SCSI State: Status. Status byte = 0
Oct 08 22:12:23 SCSI State: Information transfer phase: Status
Oct 08 22:12:23 SCSI State: Message In. Message byte = 0
Oct 08 22:12:23 SCSI State: Information transfer phase: Message in
Oct 08 22:12:23 SCSI State: Bus Free
Oct 08 22:12:23 SCSI State: Information transfer phase: Data out
Oct 08 22:12:23 SCSI State: Selected by host ID 1
Oct 08 22:12:23 SCSI State: Command phase
Oct 08 22:12:23 SCSI State: Information transfer phase: Command
Oct 08 22:12:23 SCSI Commands: CDB byte 0 decode: Command group 0 (6 bytes) opcode 8
Oct 08 22:12:23 SCSI Commands: Received command operand bytes: 8 6 0 0 16 0
Oct 08 22:12:23 SCSI Commands: READ command (0x08) received
Oct 08 22:12:23 SCSI Commands: Target LUN = 0, LBA = 393216, Blocks = 16
Oct 08 22:12:23 SCSI State: Information transfer phase: Data in
Oct 08 22:12:23 File system: filesystemOpenLunForRead(): Successful
Oct 08 22:12:23 SCSI Commands: Transferring requested blocks to the host...
Oct 08 22:12:23 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Oct 08 22:12:23 File system: filesystemCloseLunForRead(): Completed
Oct 08 22:12:23 SCSI Commands: Read6 command successful
Oct 08 22:12:23 SCSI State: Status. Status byte = 0
Oct 08 22:12:23 SCSI State: Information transfer phase: Status
Oct 08 22:12:23 SCSI State: Message In. Message byte = 0
Oct 08 22:12:23 SCSI State: Information transfer phase: Message in
Oct 08 22:12:23 SCSI State: Bus Free
Oct 08 22:12:23 SCSI State: Information transfer phase: Data out
Oct 08 22:12:23 SCSI State: Selected by host ID 1
Oct 08 22:12:23 SCSI State: Command phase
Oct 08 22:12:23 SCSI State: Information transfer phase: Command
Oct 08 22:12:23 SCSI Commands: CDB byte 0 decode: Command group 0 (6 bytes) opcode 8
Oct 08 22:12:23 SCSI Commands: Received command operand bytes: 8 6 128 0 16 0
Oct 08 22:12:23 SCSI Commands: READ command (0x08) received
Oct 08 22:12:24 SCSI Commands: Target LUN = 0, LBA = 425984, Blocks = 16
Oct 08 22:12:24 SCSI State: Information transfer phase: Data in
Oct 08 22:12:24 File system: filesystemOpenLunForRead(): Successful
Oct 08 22:12:24 SCSI Commands: Transferring requested blocks to the host...
Oct 08 22:12:24 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Oct 08 22:12:24 File system: filesystemCloseLunForRead(): Completed
Oct 08 22:12:24 SCSI Commands: Read6 command successful
Oct 08 22:12:24 SCSI State: Status. Status byte = 0
Oct 08 22:12:24 SCSI State: Information transfer phase: Status
Oct 08 22:12:24 SCSI State: Message In. Message byte = 0
Oct 08 22:12:24 SCSI State: Information transfer phase: Message in
Oct 08 22:12:24 SCSI State: Bus Free
Oct 08 22:12:24 SCSI State: Information transfer phase: Data out
Oct 08 22:12:24 SCSI State: Selected by host ID 1
Oct 08 22:12:24 SCSI State: Command phase
Oct 08 22:12:24 SCSI State: Information transfer phase: Command
Oct 08 22:12:24 SCSI Commands: CDB byte 0 decode: Command group 0 (6 bytes) opcode 8
Oct 08 22:12:24 SCSI Commands: Received command operand bytes: 8 7 0 0 16 0
Oct 08 22:12:24 SCSI Commands: READ command (0x08) received
Oct 08 22:12:24 SCSI Commands: Target LUN = 0, LBA = 458752, Blocks = 16
Oct 08 22:12:24 SCSI State: Information transfer phase: Data in
Oct 08 22:12:24 File system: filesystemOpenLunForRead(): Successful
Oct 08 22:12:24 SCSI Commands: Transferring requested blocks to the host...
Oct 08 22:12:24 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Oct 08 22:12:24 File system: filesystemCloseLunForRead(): Completed
Oct 08 22:12:24 SCSI Commands: Read6 command successful
Oct 08 22:12:24 SCSI State: Status. Status byte = 0
Oct 08 22:12:24 SCSI State: Information transfer phase: Status
Oct 08 22:12:24 SCSI State: Message In. Message byte = 0
Oct 08 22:12:24 SCSI State: Information transfer phase: Message in
Oct 08 22:12:24 SCSI State: Bus Free
Oct 08 22:12:24 SCSI State: Information transfer phase: Data out
Oct 08 22:12:24 SCSI State: Selected by host ID 1
Oct 08 22:12:24 SCSI State: Command phase
Oct 08 22:12:24 SCSI State: Information transfer phase: Command
Oct 08 22:12:24 SCSI Commands: CDB byte 0 decode: Command group 0 (6 bytes) opcode 8
Oct 08 22:12:24 SCSI Commands: Received command operand bytes: 8 7 128 0 16 0
Oct 08 22:12:24 SCSI Commands: READ command (0x08) received
Oct 08 22:12:25 SCSI Commands: Target LUN = 0, LBA = 491520, Blocks = 16
Oct 08 22:12:25 SCSI State: Information transfer phase: Data in
Oct 08 22:12:25 File system: filesystemOpenLunForRead(): Successful
Oct 08 22:12:25 SCSI Commands: Transferring requested blocks to the host...
Oct 08 22:12:25 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Oct 08 22:12:25 File system: filesystemCloseLunForRead(): Completed
Oct 08 22:12:25 SCSI Commands: Read6 command successful
Oct 08 22:12:25 SCSI State: Status. Status byte = 0
Oct 08 22:12:25 SCSI State: Information transfer phase: Status
Oct 08 22:12:25 SCSI State: Message In. Message byte = 0
Oct 08 22:12:25 SCSI State: Information transfer phase: Message in
Oct 08 22:12:25 SCSI State: Bus Free
Oct 08 22:12:25 SCSI State: Information transfer phase: Data out
Oct 08 22:12:25 SCSI State: Selected by host ID 1
Oct 08 22:12:25 SCSI State: Command phase
Oct 08 22:12:25 SCSI State: Information transfer phase: Command
Oct 08 22:12:25 SCSI Commands: CDB byte 0 decode: Command group 0 (6 bytes) opcode 8
Oct 08 22:12:25 SCSI Commands: Received command operand bytes: 8 8 0 0 16 0
Oct 08 22:12:25 SCSI Commands: READ command (0x08) received
Oct 08 22:12:25 SCSI Commands: Target LUN = 0, LBA = 524288, Blocks = 16
Oct 08 22:12:25 SCSI State: Information transfer phase: Data in
Oct 08 22:12:25 File system: filesystemOpenLunForRead(): Successful
Oct 08 22:12:25 SCSI Commands: Transferring requested blocks to the host...
Oct 08 22:12:25 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Oct 08 22:12:25 File system: filesystemCloseLunForRead(): Completed
Oct 08 22:12:25 SCSI Commands: Read6 command successful
Oct 08 22:12:25 SCSI State: Status. Status byte = 0
Oct 08 22:12:25 SCSI State: Information transfer phase: Status
Oct 08 22:12:25 SCSI State: Message In. Message byte = 0
Oct 08 22:12:25 SCSI State: Information transfer phase: Message in
Oct 08 22:12:25 SCSI State: Bus Free
Oct 08 22:12:25 SCSI State: Information transfer phase: Data out
Oct 08 22:12:25 SCSI State: Selected by host ID 1
Oct 08 22:12:25 SCSI State: Command phase
Oct 08 22:12:25 SCSI State: Information transfer phase: Command
Oct 08 22:12:25 SCSI Commands: CDB byte 0 decode: Command group 0 (6 bytes) opcode 8
Oct 08 22:12:25 SCSI Commands: Received command operand bytes: 8 8 128 0 16 0
Oct 08 22:12:25 SCSI Commands: READ command (0x08) received
Oct 08 22:12:26 SCSI Commands: Target LUN = 0, LBA = 557056, Blocks = 16
Oct 08 22:12:26 SCSI State: Information transfer phase: Data in
Oct 08 22:12:26 File system: filesystemOpenLunForRead(): Successful
Oct 08 22:12:26 SCSI Commands: Transferring requested blocks to the host...
Oct 08 22:12:26 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Oct 08 22:12:26 File system: filesystemCloseLunForRead(): Completed
Oct 08 22:12:26 SCSI Commands: Read6 command successful
Oct 08 22:12:26 SCSI State: Status. Status byte = 0
Oct 08 22:12:26 SCSI State: Information transfer phase: Status
Oct 08 22:12:26 SCSI State: Message In. Message byte = 0
Oct 08 22:12:26 SCSI State: Information transfer phase: Message in
Oct 08 22:12:26 SCSI State: Bus Free
Oct 08 22:12:26 SCSI State: Information transfer phase: Data out
Oct 08 22:12:26 SCSI State: Selected by host ID 1
Oct 08 22:12:26 SCSI State: Command phase
Oct 08 22:12:26 SCSI State: Information transfer phase: Command
Oct 08 22:12:26 SCSI Commands: CDB byte 0 decode: Command group 0 (6 bytes) opcode 8
Oct 08 22:12:26 SCSI Commands: Received command operand bytes: 8 9 0 0 16 0
Oct 08 22:12:26 SCSI Commands: READ command (0x08) received
Oct 08 22:12:26 SCSI Commands: Target LUN = 0, LBA = 589824, Blocks = 16
Oct 08 22:12:26 SCSI State: Information transfer phase: Data in
Oct 08 22:12:26 File system: filesystemOpenLunForRead(): Successful
Oct 08 22:12:26 SCSI Commands: Transferring requested blocks to the host...
Oct 08 22:12:26 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Oct 08 22:12:26 File system: filesystemCloseLunForRead(): Completed
Oct 08 22:12:26 SCSI Commands: Read6 command successful
Oct 08 22:12:26 SCSI State: Status. Status byte = 0
Oct 08 22:12:26 SCSI State: Information transfer phase: Status
Oct 08 22:12:26 SCSI State: Message In. Message byte = 0
Oct 08 22:12:26 SCSI State: Information transfer phase: Message in
Oct 08 22:12:26 SCSI State: Bus Free
Oct 08 22:12:26 SCSI State: Information transfer phase: Data out
Oct 08 22:12:26 SCSI State: Selected by host ID 1
Oct 08 22:12:26 SCSI State: Command phase
Oct 08 22:12:26 SCSI State: Information transfer phase: Command
Oct 08 22:12:26 SCSI Commands: CDB byte 0 decode: Command group 0 (6 bytes) opcode 8
Oct 08 22:12:26 SCSI Commands: Received command operand bytes: 8 9 128 0 16 0
Oct 08 22:12:26 SCSI Commands: READ command (0x08) received
Oct 08 22:12:27 SCSI Commands: Target LUN = 0, LBA = 622592, Blocks = 16
Oct 08 22:12:27 SCSI State: Information transfer phase: Data in
Oct 08 22:12:27 File system: filesystemOpenLunForRead(): Successful
Oct 08 22:12:27 SCSI Commands: Transferring requested blocks to the host...
Oct 08 22:12:27 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Oct 08 22:12:27 File system: filesystemCloseLunForRead(): Completed
Oct 08 22:12:27 SCSI Commands: Read6 command successful
Oct 08 22:12:27 SCSI State: Status. Status byte = 0
Oct 08 22:12:27 SCSI State: Information transfer phase: Status
Oct 08 22:12:27 SCSI State: Message In. Message byte = 0
Oct 08 22:12:27 SCSI State: Information transfer phase: Message in
Oct 08 22:12:27 SCSI State: Bus Free
Oct 08 22:12:27 SCSI State: Information transfer phase: Data out
Oct 08 22:12:27 SCSI State: Selected by host ID 1
Oct 08 22:12:27 SCSI State: Command phase
Oct 08 22:12:27 SCSI State: Information transfer phase: Command
Oct 08 22:12:27 SCSI Commands: CDB byte 0 decode: Command group 0 (6 bytes) opcode 8
Oct 08 22:12:27 SCSI Commands: Received command operand bytes: 8 10 0 0 16 0
Oct 08 22:12:27 SCSI Commands: READ command (0x08) received
Oct 08 22:12:27 SCSI Commands: Target LUN = 0, LBA = 655360, Blocks = 16
Oct 08 22:12:27 SCSI State: Information transfer phase: Data in
Oct 08 22:12:27 File system: filesystemOpenLunForRead(): Successful
Oct 08 22:12:27 SCSI Commands: Transferring requested blocks to the host...
Oct 08 22:12:27 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Oct 08 22:12:27 File system: filesystemCloseLunForRead(): Completed
Oct 08 22:12:27 SCSI Commands: Read6 command successful
Oct 08 22:12:27 SCSI State: Status. Status byte = 0
Oct 08 22:12:27 SCSI State: Information transfer phase: Status
Oct 08 22:12:27 SCSI State: Message In. Message byte = 0
Oct 08 22:12:27 SCSI State: Information transfer phase: Message in
Oct 08 22:12:27 SCSI State: Bus Free
Oct 08 22:12:27 SCSI State: Information transfer phase: Data out
Oct 08 22:12:27 SCSI State: Selected by host ID 1
Oct 08 22:12:27 SCSI State: Command phase
Oct 08 22:12:27 SCSI State: Information transfer phase: Command
Oct 08 22:12:27 SCSI Commands: CDB byte 0 decode: Command group 0 (6 bytes) opcode 8
Oct 08 22:12:28 SCSI Commands: Received command operand bytes: 8 10 128 0 16 0
Oct 08 22:12:28 SCSI Commands: READ command (0x08) received
Oct 08 22:12:28 SCSI Commands: Target LUN = 0, LBA = 688128, Blocks = 16
Oct 08 22:12:28 SCSI State: Information transfer phase: Data in
Oct 08 22:12:28 File system: filesystemOpenLunForRead(): Successful
Oct 08 22:12:28 SCSI Commands: Transferring requested blocks to the host...
Oct 08 22:12:28 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Oct 08 22:12:28 File system: filesystemCloseLunForRead(): Completed
Oct 08 22:12:28 SCSI Commands: Read6 command successful
Oct 08 22:12:28 SCSI State: Status. Status byte = 0
Oct 08 22:12:28 SCSI State: Information transfer phase: Status
Oct 08 22:12:28 SCSI State: Message In. Message byte = 0
Oct 08 22:12:28 SCSI State: Information transfer phase: Message in
Oct 08 22:12:28 SCSI State: Bus Free
Oct 08 22:12:28 SCSI State: Information transfer phase: Data out
Oct 08 22:12:28 SCSI State: Selected by host ID 1
Oct 08 22:12:28 SCSI State: Command phase
Oct 08 22:12:28 SCSI State: Information transfer phase: Command
Oct 08 22:12:28 SCSI Commands: CDB byte 0 decode: Command group 0 (6 bytes) opcode 8
Oct 08 22:12:28 SCSI Commands: Received command operand bytes: 8 11 0 0 16 0
Oct 08 22:12:28 SCSI Commands: READ command (0x08) received
Oct 08 22:12:28 SCSI Commands: Target LUN = 0, LBA = 720896, Blocks = 16
Oct 08 22:12:28 SCSI State: Information transfer phase: Data in
Oct 08 22:12:29 File system: filesystemOpenLunForRead(): Successful
Oct 08 22:12:29 SCSI Commands: Transferring requested blocks to the host...
Oct 08 22:12:29 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Oct 08 22:12:29 File system: filesystemCloseLunForRead(): Completed
Oct 08 22:12:29 SCSI Commands: Read6 command successful
Oct 08 22:12:29 SCSI State: Status. Status byte = 0
Oct 08 22:12:29 SCSI State: Information transfer phase: Status
Oct 08 22:12:29 SCSI State: Message In. Message byte = 0
Oct 08 22:12:29 SCSI State: Information transfer phase: Message in
Oct 08 22:12:29 SCSI State: Bus Free
Oct 08 22:12:29 SCSI State: Information transfer phase: Data out
Oct 08 22:12:29 SCSI State: Selected by host ID 1
Oct 08 22:12:29 SCSI State: Command phase
Oct 08 22:12:29 SCSI State: Information transfer phase: Command
Oct 08 22:12:29 SCSI Commands: CDB byte 0 decode: Command group 0 (6 bytes) opcode 8
Oct 08 22:12:29 SCSI Commands: Received command operand bytes: 8 11 128 0 16 0
Oct 08 22:12:29 SCSI Commands: READ command (0x08) received
Oct 08 22:12:29 SCSI Commands: Target LUN = 0, LBA = 753664, Blocks = 16
Oct 08 22:12:29 SCSI State: Information transfer phase: Data in
Oct 08 22:12:29 File system: filesystemOpenLunForRead(): Successful
Oct 08 22:12:29 SCSI Commands: Transferring requested blocks to the host...
Oct 08 22:12:29 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Oct 08 22:12:29 File system: filesystemCloseLunForRead(): Completed
Oct 08 22:12:29 SCSI Commands: Read6 command successful
Oct 08 22:12:29 SCSI State: Status. Status byte = 0
Oct 08 22:12:29 SCSI State: Information transfer phase: Status
Oct 08 22:12:29 SCSI State: Message In. Message byte = 0
Oct 08 22:12:29 SCSI State: Information transfer phase: Message in
Oct 08 22:12:29 SCSI State: Bus Free
Oct 08 22:12:29 SCSI State: Information transfer phase: Data out
Oct 08 22:12:29 SCSI State: Selected by host ID 1
Oct 08 22:12:29 SCSI State: Command phase
Oct 08 22:12:29 SCSI State: Information transfer phase: Command
Oct 08 22:12:29 SCSI Commands: CDB byte 0 decode: Command group 0 (6 bytes) opcode 8
Oct 08 22:12:29 SCSI Commands: Received command operand bytes: 8 12 0 0 16 0
Oct 08 22:12:29 SCSI Commands: READ command (0x08) received
Oct 08 22:12:30 SCSI Commands: Target LUN = 0, LBA = 786432, Blocks = 16
Oct 08 22:12:30 SCSI State: Information transfer phase: Data in
Oct 08 22:12:30 File system: filesystemOpenLunForRead(): Successful
Oct 08 22:12:30 SCSI Commands: Transferring requested blocks to the host...
Oct 08 22:12:30 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Oct 08 22:12:30 File system: filesystemCloseLunForRead(): Completed
Oct 08 22:12:30 SCSI Commands: Read6 command successful
Oct 08 22:12:30 SCSI State: Status. Status byte = 0
Oct 08 22:12:30 SCSI State: Information transfer phase: Status
Oct 08 22:12:30 SCSI State: Message In. Message byte = 0
Oct 08 22:12:30 SCSI State: Information transfer phase: Message in
Oct 08 22:12:30 SCSI State: Bus Free
Oct 08 22:12:30 SCSI State: Information transfer phase: Data out
Oct 08 22:12:30 SCSI State: Selected by host ID 1
Oct 08 22:12:30 SCSI State: Command phase
Oct 08 22:12:30 SCSI State: Information transfer phase: Command
Oct 08 22:12:30 SCSI Commands: CDB byte 0 decode: Command group 0 (6 bytes) opcode 8
Oct 08 22:12:30 SCSI Commands: Received command operand bytes: 8 12 128 0 16 0
Oct 08 22:12:30 SCSI Commands: READ command (0x08) received
Oct 08 22:12:30 SCSI Commands: Target LUN = 0, LBA = 819200, Blocks = 16
Oct 08 22:12:30 SCSI State: Information transfer phase: Data in
Oct 08 22:12:31 File system: filesystemOpenLunForRead(): Successful
Oct 08 22:12:31 SCSI Commands: Transferring requested blocks to the host...
Oct 08 22:12:31 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Oct 08 22:12:31 File system: filesystemCloseLunForRead(): Completed
Oct 08 22:12:31 SCSI Commands: Read6 command successful
Oct 08 22:12:31 SCSI State: Status. Status byte = 0
Oct 08 22:12:31 SCSI State: Information transfer phase: Status
Oct 08 22:12:31 SCSI State: Message In. Message byte = 0
Oct 08 22:12:31 SCSI State: Information transfer phase: Message in
Oct 08 22:12:31 SCSI State: Bus Free
Oct 08 22:12:31 SCSI State: Information transfer phase: Data out
Oct 08 22:12:31 SCSI State: Selected by host ID 1
Oct 08 22:12:31 SCSI State: Command phase
Oct 08 22:12:31 SCSI State: Information transfer phase: Command
Oct 08 22:12:31 SCSI Commands: CDB byte 0 decode: Command group 0 (6 bytes) opcode 8
Oct 08 22:12:31 SCSI Commands: Received command operand bytes: 8 13 0 0 16 0
Oct 08 22:12:31 SCSI Commands: READ command (0x08) received
Oct 08 22:12:31 SCSI Commands: Target LUN = 0, LBA = 851968, Blocks = 16
Oct 08 22:12:31 SCSI State: Information transfer phase: Data in
Oct 08 22:12:31 File system: filesystemOpenLunForRead(): Successful
Oct 08 22:12:31 SCSI Commands: Transferring requested blocks to the host...
Oct 08 22:12:31 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Oct 08 22:12:31 File system: filesystemCloseLunForRead(): Completed
Oct 08 22:12:31 SCSI Commands: Read6 command successful
Oct 08 22:12:31 SCSI State: Status. Status byte = 0
Oct 08 22:12:31 SCSI State: Information transfer phase: Status
Oct 08 22:12:31 SCSI State: Message In. Message byte = 0
Oct 08 22:12:31 SCSI State: Information transfer phase: Message in
Oct 08 22:12:31 SCSI State: Bus Free
Oct 08 22:12:32 SCSI State: Information transfer phase: Data out
Oct 08 22:12:32 SCSI State: Selected by host ID 1
Oct 08 22:12:32 SCSI State: Command phase
Oct 08 22:12:32 SCSI State: Information transfer phase: Command
Oct 08 22:12:32 SCSI Commands: CDB byte 0 decode: Command group 0 (6 bytes) opcode 8
Oct 08 22:12:32 SCSI Commands: Received command operand bytes: 8 13 128 0 16 0
Oct 08 22:12:32 SCSI Commands: READ command (0x08) received
Oct 08 22:12:32 SCSI Commands: Target LUN = 0, LBA = 884736, Blocks = 16
Oct 08 22:12:32 SCSI State: Information transfer phase: Data in
Oct 08 22:12:32 File system: filesystemOpenLunForRead(): Successful
Oct 08 22:12:32 SCSI Commands: Transferring requested blocks to the host...
Oct 08 22:12:32 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Oct 08 22:12:32 File system: filesystemCloseLunForRead(): Completed
Oct 08 22:12:32 SCSI Commands: Read6 command successful
Oct 08 22:12:32 SCSI State: Status. Status byte = 0
Oct 08 22:12:32 SCSI State: Information transfer phase: Status
Oct 08 22:12:32 SCSI State: Message In. Message byte = 0
Oct 08 22:12:32 SCSI State: Information transfer phase: Message in
Oct 08 22:12:32 SCSI State: Bus Free
Oct 08 22:12:32 SCSI State: Information transfer phase: Data out
Oct 08 22:12:32 SCSI State: Selected by host ID 1
Oct 08 22:12:32 SCSI State: Command phase
Oct 08 22:12:32 SCSI State: Information transfer phase: Command
Oct 08 22:12:32 SCSI Commands: CDB byte 0 decode: Command group 0 (6 bytes) opcode 8
Oct 08 22:12:32 SCSI Commands: Received command operand bytes: 8 14 0 0 16 0
Oct 08 22:12:32 SCSI Commands: READ command (0x08) received
Oct 08 22:12:33 SCSI Commands: Target LUN = 0, LBA = 917504, Blocks = 16
Oct 08 22:12:33 SCSI State: Information transfer phase: Data in
Oct 08 22:12:33 File system: filesystemOpenLunForRead(): Successful
Oct 08 22:12:33 SCSI Commands: Transferring requested blocks to the host...
Oct 08 22:12:33 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Oct 08 22:12:33 File system: filesystemCloseLunForRead(): Completed
Oct 08 22:12:33 SCSI Commands: Read6 command successful
Oct 08 22:12:33 SCSI State: Status. Status byte = 0
Oct 08 22:12:33 SCSI State: Information transfer phase: Status
Oct 08 22:12:33 SCSI State: Message In. Message byte = 0
Oct 08 22:12:33 SCSI State: Information transfer phase: Message in
Oct 08 22:12:33 SCSI State: Bus Free
Oct 08 22:12:33 SCSI State: Information transfer phase: Data out
Oct 08 22:12:33 SCSI State: Selected by host ID 1
Oct 08 22:12:33 SCSI State: Command phase
Oct 08 22:12:33 SCSI State: Information transfer phase: Command
Oct 08 22:12:33 SCSI Commands: CDB byte 0 decode: Command group 0 (6 bytes) opcode 8
Oct 08 22:12:33 SCSI Commands: Received command operand bytes: 8 14 128 0 16 0
Oct 08 22:12:33 SCSI Commands: READ command (0x08) received
Oct 08 22:12:33 SCSI Commands: Target LUN = 0, LBA = 950272, Blocks = 16
Oct 08 22:12:33 SCSI State: Information transfer phase: Data in
Oct 08 22:12:34 File system: filesystemOpenLunForRead(): Successful
Oct 08 22:12:34 SCSI Commands: Transferring requested blocks to the host...
Oct 08 22:12:34 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Oct 08 22:12:34 File system: filesystemCloseLunForRead(): Completed
Oct 08 22:12:34 SCSI Commands: Read6 command successful
Oct 08 22:12:34 SCSI State: Status. Status byte = 0
Oct 08 22:12:34 SCSI State: Information transfer phase: Status
Oct 08 22:12:34 SCSI State: Message In. Message byte = 0
Oct 08 22:12:34 SCSI State: Information transfer phase: Message in
Oct 08 22:12:34 SCSI State: Bus Free
Oct 08 22:12:34 SCSI State: Information transfer phase: Data out
Oct 08 22:12:34 SCSI State: Selected by host ID 1
Oct 08 22:12:34 SCSI State: Command phase
Oct 08 22:12:34 SCSI State: Information transfer phase: Command
Oct 08 22:12:34 SCSI Commands: CDB byte 0 decode: Command group 0 (6 bytes) opcode 8
Oct 08 22:12:34 SCSI Commands: Received command operand bytes: 8 15 0 0 16 0
Oct 08 22:12:34 SCSI Commands: READ command (0x08) received
Oct 08 22:12:34 SCSI Commands: Target LUN = 0, LBA = 983040, Blocks = 16
Oct 08 22:12:34 SCSI State: Information transfer phase: Data in
Oct 08 22:12:35 File system: filesystemOpenLunForRead(): Successful
Oct 08 22:12:35 SCSI Commands: Transferring requested blocks to the host...
Oct 08 22:12:35 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Oct 08 22:12:35 File system: filesystemCloseLunForRead(): Completed
Oct 08 22:12:35 SCSI Commands: Read6 command successful
Oct 08 22:12:35 SCSI State: Status. Status byte = 0
Oct 08 22:12:35 SCSI State: Information transfer phase: Status
Oct 08 22:12:35 SCSI State: Message In. Message byte = 0
Oct 08 22:12:35 SCSI State: Information transfer phase: Message in
Oct 08 22:12:35 SCSI State: Bus Free
Oct 08 22:12:35 SCSI State: Information transfer phase: Data out
Oct 08 22:12:35 SCSI State: Selected by host ID 1
Oct 08 22:12:35 SCSI State: Command phase
Oct 08 22:12:35 SCSI State: Information transfer phase: Command
Oct 08 22:12:35 SCSI Commands: CDB byte 0 decode: Command group 0 (6 bytes) opcode 8
Oct 08 22:12:35 SCSI Commands: Received command operand bytes: 8 15 128 0 16 0
Oct 08 22:12:35 SCSI Commands: READ command (0x08) received
Oct 08 22:12:35 SCSI Commands: Target LUN = 0, LBA = 1015808, Blocks = 16
Oct 08 22:12:35 SCSI State: Information transfer phase: Data in
Oct 08 22:12:35 File system: filesystemOpenLunForRead(): Successful
Oct 08 22:12:35 SCSI Commands: Transferring requested blocks to the host...
Oct 08 22:12:35 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Oct 08 22:12:35 File system: filesystemCloseLunForRead(): Completed
Oct 08 22:12:35 SCSI Commands: Read6 command successful
Oct 08 22:12:35 SCSI State: Status. Status byte = 0
Oct 08 22:12:35 SCSI State: Information transfer phase: Status
Oct 08 22:12:35 SCSI State: Message In. Message byte = 0
Oct 08 22:12:35 SCSI State: Information transfer phase: Message in
Oct 08 22:12:36 SCSI State: Bus Free
Oct 08 22:12:36 SCSI State: Information transfer phase: Data out
Oct 08 22:12:36 SCSI State: Selected by host ID 1
Oct 08 22:12:36 SCSI State: Command phase
Oct 08 22:12:36 SCSI State: Information transfer phase: Command
Oct 08 22:12:36 SCSI Commands: CDB byte 0 decode: Command group 0 (6 bytes) opcode 8
Oct 08 22:12:36 SCSI Commands: Received command operand bytes: 8 16 0 0 16 0
Oct 08 22:12:36 SCSI Commands: READ command (0x08) received
Oct 08 22:12:36 SCSI Commands: Target LUN = 0, LBA = 1048576, Blocks = 16
Oct 08 22:12:36 SCSI State: Information transfer phase: Data in
Oct 08 22:12:36 File system: filesystemOpenLunForRead(): Successful
Oct 08 22:12:36 SCSI Commands: Transferring requested blocks to the host...
Oct 08 22:12:36 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Oct 08 22:12:36 File system: filesystemCloseLunForRead(): Completed
Oct 08 22:12:36 SCSI Commands: Read6 command successful
Oct 08 22:12:36 SCSI State: Status. Status byte = 0
Oct 08 22:12:36 SCSI State: Information transfer phase: Status
Oct 08 22:12:36 SCSI State: Message In. Message byte = 0
Oct 08 22:12:36 SCSI State: Information transfer phase: Message in
Oct 08 22:12:36 SCSI State: Bus Free
Oct 08 22:12:36 SCSI State: Information transfer phase: Data out
Oct 08 22:12:36 SCSI State: Selected by host ID 1
Oct 08 22:12:36 SCSI State: Command phase
Oct 08 22:12:36 SCSI State: Information transfer phase: Command
Oct 08 22:12:36 SCSI Commands: CDB byte 0 decode: Command group 0 (6 bytes) opcode 8
Oct 08 22:12:36 SCSI Commands: Received command operand bytes: 8 16 128 0 16 0
Oct 08 22:12:36 SCSI Commands: READ command (0x08) received
Oct 08 22:12:37 SCSI Commands: Target LUN = 0, LBA = 1081344, Blocks = 16
Oct 08 22:12:37 SCSI State: Information transfer phase: Data in
Oct 08 22:12:37 File system: filesystemOpenLunForRead(): Successful
Oct 08 22:12:37 SCSI Commands: Transferring requested blocks to the host...
Oct 08 22:12:37 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Oct 08 22:12:37 File system: filesystemCloseLunForRead(): Completed
Oct 08 22:12:37 SCSI Commands: Read6 command successful
Oct 08 22:12:37 SCSI State: Status. Status byte = 0
Oct 08 22:12:37 SCSI State: Information transfer phase: Status
Oct 08 22:12:37 SCSI State: Message In. Message byte = 0
Oct 08 22:12:37 SCSI State: Information transfer phase: Message in
Oct 08 22:12:37 SCSI State: Bus Free
Oct 08 22:12:37 SCSI State: Information transfer phase: Data out
Oct 08 22:12:37 SCSI State: Selected by host ID 1
Oct 08 22:12:37 SCSI State: Command phase
Oct 08 22:12:37 SCSI State: Information transfer phase: Command
Oct 08 22:12:37 SCSI Commands: CDB byte 0 decode: Command group 0 (6 bytes) opcode 8
Oct 08 22:12:37 SCSI Commands: Received command operand bytes: 8 17 0 0 16 0
Oct 08 22:12:37 SCSI Commands: READ command (0x08) received
Oct 08 22:12:38 SCSI Commands: Target LUN = 0, LBA = 1114112, Blocks = 16
Oct 08 22:12:38 SCSI State: Information transfer phase: Data in
Oct 08 22:12:38 File system: filesystemOpenLunForRead(): Successful
Oct 08 22:12:38 SCSI Commands: Transferring requested blocks to the host...
Oct 08 22:12:38 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Oct 08 22:12:38 File system: filesystemCloseLunForRead(): Completed
Oct 08 22:12:38 SCSI Commands: Read6 command successful
Oct 08 22:12:38 SCSI State: Status. Status byte = 0
Oct 08 22:12:38 SCSI State: Information transfer phase: Status
Oct 08 22:12:38 SCSI State: Message In. Message byte = 0
Oct 08 22:12:38 SCSI State: Information transfer phase: Message in
Oct 08 22:12:38 SCSI State: Bus Free
Oct 08 22:12:38 SCSI State: Information transfer phase: Data out
Oct 08 22:12:38 SCSI State: Selected by host ID 1
Oct 08 22:12:38 SCSI State: Command phase
Oct 08 22:12:38 SCSI State: Information transfer phase: Command
Oct 08 22:12:38 SCSI Commands: CDB byte 0 decode: Command group 0 (6 bytes) opcode 8
Oct 08 22:12:38 SCSI Commands: Received command operand bytes: 8 17 128 0 16 0
Oct 08 22:12:38 SCSI Commands: READ command (0x08) received
Oct 08 22:12:38 SCSI Commands: Target LUN = 0, LBA = 1146880, Blocks = 16
Oct 08 22:12:38 SCSI State: Information transfer phase: Data in
Oct 08 22:12:39 File system: filesystemOpenLunForRead(): Successful
Oct 08 22:12:39 SCSI Commands: Transferring requested blocks to the host...
Oct 08 22:12:39 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Oct 08 22:12:39 File system: filesystemCloseLunForRead(): Completed
Oct 08 22:12:39 SCSI Commands: Read6 command successful
Oct 08 22:12:39 SCSI State: Status. Status byte = 0
Oct 08 22:12:39 SCSI State: Information transfer phase: Status
Oct 08 22:12:39 SCSI State: Message In. Message byte = 0
Oct 08 22:12:39 SCSI State: Information transfer phase: Message in
Oct 08 22:12:39 SCSI State: Bus Free
Oct 08 22:12:39 SCSI State: Information transfer phase: Data out
Oct 08 22:12:39 SCSI State: Selected by host ID 1
Oct 08 22:12:39 SCSI State: Command phase
Oct 08 22:12:39 SCSI State: Information transfer phase: Command
Oct 08 22:12:39 SCSI Commands: CDB byte 0 decode: Command group 0 (6 bytes) opcode 8
Oct 08 22:12:39 SCSI Commands: Received command operand bytes: 8 18 0 0 16 0
Oct 08 22:12:39 SCSI Commands: READ command (0x08) received
Oct 08 22:12:39 SCSI Commands: Target LUN = 0, LBA = 1179648, Blocks = 16
Oct 08 22:12:39 SCSI State: Information transfer phase: Data in
Oct 08 22:12:40 File system: filesystemOpenLunForRead(): Successful
Oct 08 22:12:40 SCSI Commands: Transferring requested blocks to the host...
Oct 08 22:12:40 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Oct 08 22:12:40 File system: filesystemCloseLunForRead(): Completed
Oct 08 22:12:40 SCSI Commands: Read6 command successful
Oct 08 22:12:40 SCSI State: Status. Status byte = 0
Oct 08 22:12:40 SCSI State: Information transfer phase: Status
Oct 08 22:12:40 SCSI State: Message In. Message byte = 0
Oct 08 22:12:40 SCSI State: Information transfer phase: Message in
Oct 08 22:12:40 SCSI State: Bus Free
Oct 08 22:12:40 SCSI State: Information transfer phase: Data out
Oct 08 22:12:40 SCSI State: Selected by host ID 1
Oct 08 22:12:40 SCSI State: Command phase
Oct 08 22:12:40 SCSI State: Information transfer phase: Command
Oct 08 22:12:40 SCSI Commands: CDB byte 0 decode: Command group 0 (6 bytes) opcode 8
Oct 08 22:12:40 SCSI Commands: Received command operand bytes: 8 18 128 0 16 0
Oct 08 22:12:40 SCSI Commands: READ command (0x08) received
Oct 08 22:12:40 SCSI Commands: Target LUN = 0, LBA = 1212416, Blocks = 16
Oct 08 22:12:40 SCSI State: Information transfer phase: Data in
Oct 08 22:12:41 File system: filesystemOpenLunForRead(): Successful
Oct 08 22:12:41 SCSI Commands: Transferring requested blocks to the host...
Oct 08 22:12:41 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Oct 08 22:12:41 File system: filesystemCloseLunForRead(): Completed
Oct 08 22:12:41 SCSI Commands: Read6 command successful
Oct 08 22:12:41 SCSI State: Status. Status byte = 0
Oct 08 22:12:41 SCSI State: Information transfer phase: Status
Oct 08 22:12:41 SCSI State: Message In. Message byte = 0
Oct 08 22:12:41 SCSI State: Information transfer phase: Message in
Oct 08 22:12:41 SCSI State: Bus Free
Oct 08 22:12:41 SCSI State: Information transfer phase: Data out
Oct 08 22:12:41 SCSI State: Selected by host ID 1
Oct 08 22:12:41 SCSI State: Command phase
Oct 08 22:12:41 SCSI State: Information transfer phase: Command
Oct 08 22:12:41 SCSI Commands: CDB byte 0 decode: Command group 0 (6 bytes) opcode 8
Oct 08 22:12:41 SCSI Commands: Received command operand bytes: 8 19 0 0 16 0
Oct 08 22:12:41 SCSI Commands: READ command (0x08) received
Oct 08 22:12:41 SCSI Commands: Target LUN = 0, LBA = 1245184, Blocks = 16
Oct 08 22:12:41 SCSI State: Information transfer phase: Data in
Oct 08 22:12:42 File system: filesystemOpenLunForRead(): Successful
Oct 08 22:12:42 SCSI Commands: Transferring requested blocks to the host...
Oct 08 22:12:42 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Oct 08 22:12:42 File system: filesystemCloseLunForRead(): Completed
Oct 08 22:12:42 SCSI Commands: Read6 command successful
Oct 08 22:12:42 SCSI State: Status. Status byte = 0
Oct 08 22:12:42 SCSI State: Information transfer phase: Status
Oct 08 22:12:42 SCSI State: Message In. Message byte = 0
Oct 08 22:12:42 SCSI State: Information transfer phase: Message in
Oct 08 22:12:42 SCSI State: Bus Free
Oct 08 22:12:42 SCSI State: Information transfer phase: Data out
Oct 08 22:12:42 SCSI State: Selected by host ID 1
Oct 08 22:12:42 SCSI State: Command phase
Oct 08 22:12:42 SCSI State: Information transfer phase: Command
Oct 08 22:12:42 SCSI Commands: CDB byte 0 decode: Command group 0 (6 bytes) opcode 8
Oct 08 22:12:42 SCSI Commands: Received command operand bytes: 8 19 128 0 16 0
Oct 08 22:12:42 SCSI Commands: READ command (0x08) received
Oct 08 22:12:42 SCSI Commands: Target LUN = 0, LBA = 1277952, Blocks = 16
Oct 08 22:12:42 SCSI State: Information transfer phase: Data in
Oct 08 22:12:43 File system: filesystemOpenLunForRead(): Successful
Oct 08 22:12:43 SCSI Commands: Transferring requested blocks to the host...
Oct 08 22:12:43 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Oct 08 22:12:43 File system: filesystemCloseLunForRead(): Completed
Oct 08 22:12:43 SCSI Commands: Read6 command successful
Oct 08 22:12:43 SCSI State: Status. Status byte = 0
Oct 08 22:12:43 SCSI State: Information transfer phase: Status
Oct 08 22:12:43 SCSI State: Message In. Message byte = 0
Oct 08 22:12:43 SCSI State: Information transfer phase: Message in
Oct 08 22:12:43 SCSI State: Bus Free
Oct 08 22:12:43 SCSI State: Information transfer phase: Data out
Oct 08 22:12:43 SCSI State: Selected by host ID 1
Oct 08 22:12:43 SCSI State: Command phase
Oct 08 22:12:43 SCSI State: Information transfer phase: Command
Oct 08 22:12:43 SCSI Commands: CDB byte 0 decode: Command group 0 (6 bytes) opcode 8
Oct 08 22:12:43 SCSI Commands: Received command operand bytes: 8 20 0 0 16 0
Oct 08 22:12:43 SCSI Commands: READ command (0x08) received
Oct 08 22:12:43 SCSI Commands: Target LUN = 0, LBA = 1310720, Blocks = 16
Oct 08 22:12:43 SCSI State: Information transfer phase: Data in
Oct 08 22:12:44 File system: filesystemOpenLunForRead(): Successful
Oct 08 22:12:44 SCSI Commands: Transferring requested blocks to the host...
Oct 08 22:12:44 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Oct 08 22:12:44 File system: filesystemCloseLunForRead(): Completed
Oct 08 22:12:44 SCSI Commands: Read6 command successful
Oct 08 22:12:44 SCSI State: Status. Status byte = 0
Oct 08 22:12:44 SCSI State: Information transfer phase: Status
Oct 08 22:12:44 SCSI State: Message In. Message byte = 0
Oct 08 22:12:44 SCSI State: Information transfer phase: Message in
Oct 08 22:12:44 SCSI State: Bus Free
Oct 08 22:12:44 SCSI State: Information transfer phase: Data out
Oct 08 22:12:44 SCSI State: Selected by host ID 1
Oct 08 22:12:44 SCSI State: Command phase
Oct 08 22:12:44 SCSI State: Information transfer phase: Command
Oct 08 22:12:44 SCSI Commands: CDB byte 0 decode: Command group 0 (6 bytes) opcode 8
Oct 08 22:12:44 SCSI Commands: Received command operand bytes: 8 20 128 0 16 0
Oct 08 22:12:44 SCSI Commands: READ command (0x08) received
Oct 08 22:12:45 SCSI Commands: Target LUN = 0, LBA = 1343488, Blocks = 16
Oct 08 22:12:45 SCSI State: Information transfer phase: Data in
Oct 08 22:12:45 File system: filesystemOpenLunForRead(): Successful
Oct 08 22:12:45 SCSI Commands: Transferring requested blocks to the host...
Oct 08 22:12:45 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Oct 08 22:12:45 File system: filesystemCloseLunForRead(): Completed
Oct 08 22:12:45 SCSI Commands: Read6 command successful
Oct 08 22:12:45 SCSI State: Status. Status byte = 0
Oct 08 22:12:45 SCSI State: Information transfer phase: Status
Oct 08 22:12:45 SCSI State: Message In. Message byte = 0
Oct 08 22:12:45 SCSI State: Information transfer phase: Message in
Oct 08 22:12:45 SCSI State: Bus Free
Oct 08 22:12:45 SCSI State: Information transfer phase: Data out
Oct 08 22:12:45 SCSI State: Selected by host ID 1
Oct 08 22:12:45 SCSI State: Command phase
Oct 08 22:12:45 SCSI State: Information transfer phase: Command
Oct 08 22:12:45 SCSI Commands: CDB byte 0 decode: Command group 0 (6 bytes) opcode 8
Oct 08 22:12:45 SCSI Commands: Received command operand bytes: 8 21 0 0 16 0
Oct 08 22:12:45 SCSI Commands: READ command (0x08) received
Oct 08 22:12:46 SCSI Commands: Target LUN = 0, LBA = 1376256, Blocks = 16
Oct 08 22:12:46 SCSI State: Information transfer phase: Data in
Oct 08 22:12:46 File system: filesystemOpenLunForRead(): Successful
Oct 08 22:12:46 SCSI Commands: Transferring requested blocks to the host...
Oct 08 22:12:46 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Oct 08 22:12:46 File system: filesystemCloseLunForRead(): Completed
Oct 08 22:12:46 SCSI Commands: Read6 command successful
Oct 08 22:12:46 SCSI State: Status. Status byte = 0
Oct 08 22:12:46 SCSI State: Information transfer phase: Status
Oct 08 22:12:46 SCSI State: Message In. Message byte = 0
Oct 08 22:12:46 SCSI State: Information transfer phase: Message in
Oct 08 22:12:46 SCSI State: Bus Free
Oct 08 22:12:46 SCSI State: Information transfer phase: Data out
Oct 08 22:12:46 SCSI State: Selected by host ID 1
Oct 08 22:12:46 SCSI State: Command phase
Oct 08 22:12:46 SCSI State: Information transfer phase: Command
Oct 08 22:12:46 SCSI Commands: CDB byte 0 decode: Command group 0 (6 bytes) opcode 8
Oct 08 22:12:46 SCSI Commands: Received command operand bytes: 8 21 128 0 16 0
Oct 08 22:12:46 SCSI Commands: READ command (0x08) received
Oct 08 22:12:47 SCSI Commands: Target LUN = 0, LBA = 1409024, Blocks = 16
Oct 08 22:12:47 SCSI State: Information transfer phase: Data in
Oct 08 22:12:48 File system: filesystemOpenLunForRead(): Successful
Oct 08 22:12:48 SCSI Commands: Transferring requested blocks to the host...
Oct 08 22:12:48 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Oct 08 22:12:48 File system: filesystemCloseLunForRead(): Completed
Oct 08 22:12:48 SCSI Commands: Read6 command successful
Oct 08 22:12:48 SCSI State: Status. Status byte = 0
Oct 08 22:12:48 SCSI State: Information transfer phase: Status
Oct 08 22:12:48 SCSI State: Message In. Message byte = 0
Oct 08 22:12:48 SCSI State: Information transfer phase: Message in
Oct 08 22:12:48 SCSI State: Bus Free
Oct 08 22:12:48 SCSI State: Information transfer phase: Data out
Oct 08 22:12:48 SCSI State: Selected by host ID 1
Oct 08 22:12:48 SCSI State: Command phase
Oct 08 22:12:48 SCSI State: Information transfer phase: Command
Oct 08 22:12:48 SCSI Commands: CDB byte 0 decode: Command group 0 (6 bytes) opcode 8
Oct 08 22:12:48 SCSI Commands: Received command operand bytes: 8 22 0 0 16 0
Oct 08 22:12:48 SCSI Commands: READ command (0x08) received
Oct 08 22:12:48 SCSI Commands: Target LUN = 0, LBA = 1441792, Blocks = 16
Oct 08 22:12:48 SCSI State: Information transfer phase: Data in
Oct 08 22:12:49 File system: filesystemOpenLunForRead(): Successful
Oct 08 22:12:49 SCSI Commands: Transferring requested blocks to the host...
Oct 08 22:12:49 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Oct 08 22:12:49 File system: filesystemCloseLunForRead(): Completed
Oct 08 22:12:49 SCSI Commands: Read6 command successful
Oct 08 22:12:49 SCSI State: Status. Status byte = 0
Oct 08 22:12:49 SCSI State: Information transfer phase: Status
Oct 08 22:12:49 SCSI State: Message In. Message byte = 0
Oct 08 22:12:49 SCSI State: Information transfer phase: Message in
Oct 08 22:12:49 SCSI State: Bus Free
Oct 08 22:12:49 SCSI State: Information transfer phase: Data out
Oct 08 22:12:49 SCSI State: Selected by host ID 1
Oct 08 22:12:49 SCSI State: Command phase
Oct 08 22:12:49 SCSI State: Information transfer phase: Command
Oct 08 22:12:49 SCSI Commands: CDB byte 0 decode: Command group 0 (6 bytes) opcode 8
Oct 08 22:12:49 SCSI Commands: Received command operand bytes: 8 22 128 0 16 0
Oct 08 22:12:49 SCSI Commands: READ command (0x08) received
Oct 08 22:12:49 SCSI Commands: Target LUN = 0, LBA = 1474560, Blocks = 16
Oct 08 22:12:49 SCSI State: Information transfer phase: Data in
Oct 08 22:12:50 File system: filesystemOpenLunForRead(): Successful
Oct 08 22:12:50 SCSI Commands: Transferring requested blocks to the host...
Oct 08 22:12:50 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Oct 08 22:12:50 File system: filesystemCloseLunForRead(): Completed
Oct 08 22:12:50 SCSI Commands: Read6 command successful
Oct 08 22:12:50 SCSI State: Status. Status byte = 0
Oct 08 22:12:50 SCSI State: Information transfer phase: Status
Oct 08 22:12:50 SCSI State: Message In. Message byte = 0
Oct 08 22:12:50 SCSI State: Information transfer phase: Message in
Oct 08 22:12:50 SCSI State: Bus Free
Oct 08 22:12:50 SCSI State: Information transfer phase: Data out
Oct 08 22:12:50 SCSI State: Selected by host ID 1
Oct 08 22:12:50 SCSI State: Command phase
Oct 08 22:12:50 SCSI State: Information transfer phase: Command
Oct 08 22:12:50 SCSI Commands: CDB byte 0 decode: Command group 0 (6 bytes) opcode 8
Oct 08 22:12:50 SCSI Commands: Received command operand bytes: 8 23 0 0 16 0
Oct 08 22:12:50 SCSI Commands: READ command (0x08) received
Oct 08 22:12:50 SCSI Commands: Target LUN = 0, LBA = 1507328, Blocks = 16
Oct 08 22:12:50 SCSI State: Information transfer phase: Data in
Oct 08 22:12:51 File system: filesystemOpenLunForRead(): Successful
Oct 08 22:12:51 SCSI Commands: Transferring requested blocks to the host...
Oct 08 22:12:51 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Oct 08 22:12:51 File system: filesystemCloseLunForRead(): Completed
Oct 08 22:12:51 SCSI Commands: Read6 command successful
Oct 08 22:12:51 SCSI State: Status. Status byte = 0
Oct 08 22:12:51 SCSI State: Information transfer phase: Status
Oct 08 22:12:51 SCSI State: Message In. Message byte = 0
Oct 08 22:12:51 SCSI State: Information transfer phase: Message in
Oct 08 22:12:51 SCSI State: Bus Free
Oct 08 22:12:51 SCSI State: Information transfer phase: Data out
Oct 08 22:12:51 SCSI State: Selected by host ID 1
Oct 08 22:12:51 SCSI State: Command phase
Oct 08 22:12:51 SCSI State: Information transfer phase: Command
Oct 08 22:12:51 SCSI Commands: CDB byte 0 decode: Command group 0 (6 bytes) opcode 8
Oct 08 22:12:51 SCSI Commands: Received command operand bytes: 8 23 128 0 16 0
Oct 08 22:12:51 SCSI Commands: READ command (0x08) received
Oct 08 22:12:51 SCSI Commands: Target LUN = 0, LBA = 1540096, Blocks = 16
Oct 08 22:12:51 SCSI State: Information transfer phase: Data in
Oct 08 22:12:52 File system: filesystemOpenLunForRead(): Successful
Oct 08 22:12:52 SCSI Commands: Transferring requested blocks to the host...
Oct 08 22:12:52 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Oct 08 22:12:52 File system: filesystemCloseLunForRead(): Completed
Oct 08 22:12:52 SCSI Commands: Read6 command successful
Oct 08 22:12:52 SCSI State: Status. Status byte = 0
Oct 08 22:12:52 SCSI State: Information transfer phase: Status
Oct 08 22:12:52 SCSI State: Message In. Message byte = 0
Oct 08 22:12:52 SCSI State: Information transfer phase: Message in
Oct 08 22:12:52 SCSI State: Bus Free
Oct 08 22:12:52 SCSI State: Information transfer phase: Data out
Oct 08 22:12:52 SCSI State: Selected by host ID 1
Oct 08 22:12:52 SCSI State: Command phase
Oct 08 22:12:52 SCSI State: Information transfer phase: Command
Oct 08 22:12:52 SCSI Commands: CDB byte 0 decode: Command group 0 (6 bytes) opcode 8
Oct 08 22:12:52 SCSI Commands: Received command operand bytes: 8 24 0 0 16 0
Oct 08 22:12:52 SCSI Commands: READ command (0x08) received
Oct 08 22:12:53 SCSI Commands: Target LUN = 0, LBA = 1572864, Blocks = 16
Oct 08 22:12:53 SCSI State: Information transfer phase: Data in
Oct 08 22:12:54 File system: filesystemOpenLunForRead(): Successful
Oct 08 22:12:54 SCSI Commands: Transferring requested blocks to the host...
Oct 08 22:12:54 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Oct 08 22:12:54 File system: filesystemCloseLunForRead(): Completed
Oct 08 22:12:54 SCSI Commands: Read6 command successful
Oct 08 22:12:54 SCSI State: Status. Status byte = 0
Oct 08 22:12:54 SCSI State: Information transfer phase: Status
Oct 08 22:12:54 SCSI State: Message In. Message byte = 0
Oct 08 22:12:54 SCSI State: Information transfer phase: Message in
Oct 08 22:12:54 SCSI State: Bus Free
Oct 08 22:12:54 SCSI State: Information transfer phase: Data out
Oct 08 22:12:54 SCSI State: Selected by host ID 1
Oct 08 22:12:54 SCSI State: Command phase
Oct 08 22:12:54 SCSI State: Information transfer phase: Command
Oct 08 22:12:54 SCSI Commands: CDB byte 0 decode: Command group 0 (6 bytes) opcode 8
Oct 08 22:12:54 SCSI Commands: Received command operand bytes: 8 24 128 0 16 0
Oct 08 22:12:54 SCSI Commands: READ command (0x08) received
Oct 08 22:12:54 SCSI Commands: Target LUN = 0, LBA = 1605632, Blocks = 16
Oct 08 22:12:54 SCSI State: Information transfer phase: Data in
Oct 08 22:12:55 File system: filesystemOpenLunForRead(): Successful
Oct 08 22:12:55 SCSI Commands: Transferring requested blocks to the host...
Oct 08 22:12:55 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Oct 08 22:12:55 File system: filesystemCloseLunForRead(): Completed
Oct 08 22:12:55 SCSI Commands: Read6 command successful
Oct 08 22:12:55 SCSI State: Status. Status byte = 0
Oct 08 22:12:55 SCSI State: Information transfer phase: Status
Oct 08 22:12:55 SCSI State: Message In. Message byte = 0
Oct 08 22:12:55 SCSI State: Information transfer phase: Message in
Oct 08 22:12:55 SCSI State: Bus Free
Oct 08 22:12:55 SCSI State: Information transfer phase: Data out
Oct 08 22:12:55 SCSI State: Selected by host ID 1
Oct 08 22:12:55 SCSI State: Command phase
Oct 08 22:12:55 SCSI State: Information transfer phase: Command
Oct 08 22:12:55 SCSI Commands: CDB byte 0 decode: Command group 0 (6 bytes) opcode 8
Oct 08 22:12:55 SCSI Commands: Received command operand bytes: 8 25 0 0 16 0
Oct 08 22:12:55 SCSI Commands: READ command (0x08) received
Oct 08 22:12:55 SCSI Commands: Target LUN = 0, LBA = 1638400, Blocks = 16
Oct 08 22:12:55 SCSI State: Information transfer phase: Data in
Oct 08 22:12:56 File system: filesystemOpenLunForRead(): Successful
Oct 08 22:12:56 SCSI Commands: Transferring requested blocks to the host...
Oct 08 22:12:56 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Oct 08 22:12:56 File system: filesystemCloseLunForRead(): Completed
Oct 08 22:12:56 SCSI Commands: Read6 command successful
Oct 08 22:12:56 SCSI State: Status. Status byte = 0
Oct 08 22:12:56 SCSI State: Information transfer phase: Status
Oct 08 22:12:56 SCSI State: Message In. Message byte = 0
Oct 08 22:12:56 SCSI State: Information transfer phase: Message in
Oct 08 22:12:56 SCSI State: Bus Free
Oct 08 22:12:56 SCSI State: Information transfer phase: Data out
Oct 08 22:12:56 SCSI State: Selected by host ID 1
Oct 08 22:12:56 SCSI State: Command phase
Oct 08 22:12:56 SCSI State: Information transfer phase: Command
Oct 08 22:12:56 SCSI Commands: CDB byte 0 decode: Command group 0 (6 bytes) opcode 8
Oct 08 22:12:56 SCSI Commands: Received command operand bytes: 8 25 128 0 16 0
Oct 08 22:12:56 SCSI Commands: READ command (0x08) received
Oct 08 22:12:56 SCSI Commands: Target LUN = 0, LBA = 1671168, Blocks = 16
Oct 08 22:12:56 SCSI State: Information transfer phase: Data in
Oct 08 22:12:57 File system: filesystemOpenLunForRead(): Successful
Oct 08 22:12:57 SCSI Commands: Transferring requested blocks to the host...
Oct 08 22:12:57 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Oct 08 22:12:57 File system: filesystemCloseLunForRead(): Completed
Oct 08 22:12:57 SCSI Commands: Read6 command successful
Oct 08 22:12:57 SCSI State: Status. Status byte = 0
Oct 08 22:12:58 SCSI State: Information transfer phase: Status
Oct 08 22:12:58 SCSI State: Message In. Message byte = 0
Oct 08 22:12:58 SCSI State: Information transfer phase: Message in
Oct 08 22:12:58 SCSI State: Bus Free
Oct 08 22:12:58 SCSI State: Information transfer phase: Data out
Oct 08 22:12:58 SCSI State: Selected by host ID 1
Oct 08 22:12:58 SCSI State: Command phase
Oct 08 22:12:58 SCSI State: Information transfer phase: Command
Oct 08 22:12:58 SCSI Commands: CDB byte 0 decode: Command group 0 (6 bytes) opcode 8
Oct 08 22:12:58 SCSI Commands: Received command operand bytes: 8 26 0 0 16 0
Oct 08 22:12:58 SCSI Commands: READ command (0x08) received
Oct 08 22:12:58 SCSI Commands: Target LUN = 0, LBA = 1703936, Blocks = 16
Oct 08 22:12:58 SCSI State: Information transfer phase: Data in
Oct 08 22:12:59 File system: filesystemOpenLunForRead(): Successful
Oct 08 22:12:59 SCSI Commands: Transferring requested blocks to the host...
Oct 08 22:12:59 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Oct 08 22:12:59 File system: filesystemCloseLunForRead(): Completed
Oct 08 22:12:59 SCSI Commands: Read6 command successful
Oct 08 22:12:59 SCSI State: Status. Status byte = 0
Oct 08 22:12:59 SCSI State: Information transfer phase: Status
Oct 08 22:12:59 SCSI State: Message In. Message byte = 0
Oct 08 22:12:59 SCSI State: Information transfer phase: Message in
Oct 08 22:12:59 SCSI State: Bus Free
Oct 08 22:12:59 SCSI State: Information transfer phase: Data out
Oct 08 22:12:59 SCSI State: Selected by host ID 1
Oct 08 22:12:59 SCSI State: Command phase
Oct 08 22:12:59 SCSI State: Information transfer phase: Command
Oct 08 22:12:59 SCSI Commands: CDB byte 0 decode: Command group 0 (6 bytes) opcode 8
Oct 08 22:12:59 SCSI Commands: Received command operand bytes: 8 26 128 0 16 0
Oct 08 22:12:59 SCSI Commands: READ command (0x08) received
Oct 08 22:12:59 SCSI Commands: Target LUN = 0, LBA = 1736704, Blocks = 16
Oct 08 22:12:59 SCSI State: Information transfer phase: Data in
Oct 08 22:13:00 File system: filesystemOpenLunForRead(): Successful
Oct 08 22:13:00 SCSI Commands: Transferring requested blocks to the host...
Oct 08 22:13:00 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Oct 08 22:13:00 File system: filesystemCloseLunForRead(): Completed
Oct 08 22:13:00 SCSI Commands: Read6 command successful
Oct 08 22:13:00 SCSI State: Status. Status byte = 0
Oct 08 22:13:00 SCSI State: Information transfer phase: Status
Oct 08 22:13:00 SCSI State: Message In. Message byte = 0
Oct 08 22:13:00 SCSI State: Information transfer phase: Message in
Oct 08 22:13:00 SCSI State: Bus Free
Oct 08 22:13:00 SCSI State: Information transfer phase: Data out
Oct 08 22:13:00 SCSI State: Selected by host ID 1
Oct 08 22:13:00 SCSI State: Command phase
Oct 08 22:13:00 SCSI State: Information transfer phase: Command
Oct 08 22:13:00 SCSI Commands: CDB byte 0 decode: Command group 0 (6 bytes) opcode 8
Oct 08 22:13:00 SCSI Commands: Received command operand bytes: 8 27 0 0 16 0
Oct 08 22:13:00 SCSI Commands: READ command (0x08) received
Oct 08 22:13:01 SCSI Commands: Target LUN = 0, LBA = 1769472, Blocks = 16
Oct 08 22:13:01 SCSI State: Information transfer phase: Data in
Oct 08 22:13:02 File system: filesystemOpenLunForRead(): Successful
Oct 08 22:13:02 SCSI Commands: Transferring requested blocks to the host...
Oct 08 22:13:02 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Oct 08 22:13:02 File system: filesystemCloseLunForRead(): Completed
Oct 08 22:13:02 SCSI Commands: Read6 command successful
Oct 08 22:13:02 SCSI State: Status. Status byte = 0
Oct 08 22:13:02 SCSI State: Information transfer phase: Status
Oct 08 22:13:02 SCSI State: Message In. Message byte = 0
Oct 08 22:13:02 SCSI State: Information transfer phase: Message in
Oct 08 22:13:02 SCSI State: Bus Free
Oct 08 22:13:02 SCSI State: Information transfer phase: Data out
Oct 08 22:13:02 SCSI State: Selected by host ID 1
Oct 08 22:13:02 SCSI State: Command phase
Oct 08 22:13:02 SCSI State: Information transfer phase: Command
Oct 08 22:13:02 SCSI Commands: CDB byte 0 decode: Command group 0 (6 bytes) opcode 8
Oct 08 22:13:02 SCSI Commands: Received command operand bytes: 8 27 128 0 16 0
Oct 08 22:13:02 SCSI Commands: READ command (0x08) received
Oct 08 22:13:02 SCSI Commands: Target LUN = 0, LBA = 1802240, Blocks = 16
Oct 08 22:13:02 SCSI State: Information transfer phase: Data in
Oct 08 22:13:03 File system: filesystemOpenLunForRead(): Successful
Oct 08 22:13:03 SCSI Commands: Transferring requested blocks to the host...
Oct 08 22:13:03 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Oct 08 22:13:03 File system: filesystemCloseLunForRead(): Completed
Oct 08 22:13:03 SCSI Commands: Read6 command successful
Oct 08 22:13:03 SCSI State: Status. Status byte = 0
Oct 08 22:13:03 SCSI State: Information transfer phase: Status
Oct 08 22:13:03 SCSI State: Message In. Message byte = 0
Oct 08 22:13:03 SCSI State: Information transfer phase: Message in
Oct 08 22:13:03 SCSI State: Bus Free
Oct 08 22:13:03 SCSI State: Information transfer phase: Data out
Oct 08 22:13:03 SCSI State: Selected by host ID 1
Oct 08 22:13:03 SCSI State: Command phase
Oct 08 22:13:03 SCSI State: Information transfer phase: Command
Oct 08 22:13:03 SCSI Commands: CDB byte 0 decode: Command group 0 (6 bytes) opcode 8
Oct 08 22:13:03 SCSI Commands: Received command operand bytes: 8 28 0 0 16 0
Oct 08 22:13:03 SCSI Commands: READ command (0x08) received
Oct 08 22:13:03 SCSI Commands: Target LUN = 0, LBA = 1835008, Blocks = 16
Oct 08 22:13:03 SCSI State: Information transfer phase: Data in
Oct 08 22:13:04 File system: filesystemOpenLunForRead(): Successful
Oct 08 22:13:04 SCSI Commands: Transferring requested blocks to the host...
Oct 08 22:13:04 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Oct 08 22:13:04 File system: filesystemCloseLunForRead(): Completed
Oct 08 22:13:04 SCSI Commands: Read6 command successful
Oct 08 22:13:04 SCSI State: Status. Status byte = 0
Oct 08 22:13:04 SCSI State: Information transfer phase: Status
Oct 08 22:13:05 SCSI State: Message In. Message byte = 0
Oct 08 22:13:05 SCSI State: Information transfer phase: Message in
Oct 08 22:13:05 SCSI State: Bus Free
Oct 08 22:13:05 SCSI State: Information transfer phase: Data out
Oct 08 22:13:05 SCSI State: Selected by host ID 1
Oct 08 22:13:05 SCSI State: Command phase
Oct 08 22:13:05 SCSI State: Information transfer phase: Command
Oct 08 22:13:05 SCSI Commands: CDB byte 0 decode: Command group 0 (6 bytes) opcode 8
Oct 08 22:13:05 SCSI Commands: Received command operand bytes: 8 28 128 0 16 0
Oct 08 22:13:05 SCSI Commands: READ command (0x08) received
Oct 08 22:13:05 SCSI Commands: Target LUN = 0, LBA = 1867776, Blocks = 16
Oct 08 22:13:05 SCSI State: Information transfer phase: Data in
Oct 08 22:13:06 File system: filesystemOpenLunForRead(): Successful
Oct 08 22:13:06 SCSI Commands: Transferring requested blocks to the host...
Oct 08 22:13:06 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Oct 08 22:13:06 File system: filesystemCloseLunForRead(): Completed
Oct 08 22:13:06 SCSI Commands: Read6 command successful
Oct 08 22:13:06 SCSI State: Status. Status byte = 0
Oct 08 22:13:06 SCSI State: Information transfer phase: Status
Oct 08 22:13:06 SCSI State: Message In. Message byte = 0
Oct 08 22:13:06 SCSI State: Information transfer phase: Message in
Oct 08 22:13:06 SCSI State: Bus Free
Oct 08 22:13:06 SCSI State: Information transfer phase: Data out
Oct 08 22:13:06 SCSI State: Selected by host ID 1
Oct 08 22:13:06 SCSI State: Command phase
Oct 08 22:13:06 SCSI State: Information transfer phase: Command
Oct 08 22:13:06 SCSI Commands: CDB byte 0 decode: Command group 0 (6 bytes) opcode 8
Oct 08 22:13:06 SCSI Commands: Received command operand bytes: 8 29 0 0 16 0
Oct 08 22:13:06 SCSI Commands: READ command (0x08) received
Oct 08 22:13:06 SCSI Commands: Target LUN = 0, LBA = 1900544, Blocks = 16
Oct 08 22:13:06 SCSI State: Information transfer phase: Data in
Oct 08 22:13:07 File system: filesystemOpenLunForRead(): Successful
Oct 08 22:13:07 SCSI Commands: Transferring requested blocks to the host...
Oct 08 22:13:07 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Oct 08 22:13:07 File system: filesystemCloseLunForRead(): Completed
Oct 08 22:13:07 SCSI Commands: Read6 command successful
Oct 08 22:13:07 SCSI State: Status. Status byte = 0
Oct 08 22:13:07 SCSI State: Information transfer phase: Status
Oct 08 22:13:07 SCSI State: Message In. Message byte = 0
Oct 08 22:13:07 SCSI State: Information transfer phase: Message in
Oct 08 22:13:07 SCSI State: Bus Free
Oct 08 22:13:08 SCSI State: Information transfer phase: Data out
Oct 08 22:13:08 SCSI State: Selected by host ID 1
Oct 08 22:13:08 SCSI State: Command phase
Oct 08 22:13:08 SCSI State: Information transfer phase: Command
Oct 08 22:13:08 SCSI Commands: CDB byte 0 decode: Command group 0 (6 bytes) opcode 8
Oct 08 22:13:08 SCSI Commands: Received command operand bytes: 8 29 128 0 16 0
Oct 08 22:13:08 SCSI Commands: READ command (0x08) received
Oct 08 22:13:08 SCSI Commands: Target LUN = 0, LBA = 1933312, Blocks = 16
Oct 08 22:13:08 SCSI State: Information transfer phase: Data in
Oct 08 22:13:09 File system: filesystemOpenLunForRead(): Successful
Oct 08 22:13:09 SCSI Commands: Transferring requested blocks to the host...
Oct 08 22:13:09 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Oct 08 22:13:09 File system: filesystemCloseLunForRead(): Completed
Oct 08 22:13:09 SCSI Commands: Read6 command successful
Oct 08 22:13:09 SCSI State: Status. Status byte = 0
Oct 08 22:13:09 SCSI State: Information transfer phase: Status
Oct 08 22:13:09 SCSI State: Message In. Message byte = 0
Oct 08 22:13:09 SCSI State: Information transfer phase: Message in
Oct 08 22:13:09 SCSI State: Bus Free
Oct 08 22:13:09 SCSI State: Information transfer phase: Data out
Oct 08 22:13:09 SCSI State: Selected by host ID 1
Oct 08 22:13:09 SCSI State: Command phase
Oct 08 22:13:09 SCSI State: Information transfer phase: Command
Oct 08 22:13:09 SCSI Commands: CDB byte 0 decode: Command group 0 (6 bytes) opcode 8
Oct 08 22:13:09 SCSI Commands: Received command operand bytes: 8 30 0 0 16 0
Oct 08 22:13:09 SCSI Commands: READ command (0x08) received
Oct 08 22:13:09 SCSI Commands: Target LUN = 0, LBA = 1966080, Blocks = 16
Oct 08 22:13:09 SCSI State: Information transfer phase: Data in
Oct 08 22:13:10 File system: filesystemOpenLunForRead(): Successful
Oct 08 22:13:11 SCSI Commands: Transferring requested blocks to the host...
Oct 08 22:13:11 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Oct 08 22:13:11 File system: filesystemCloseLunForRead(): Completed
Oct 08 22:13:11 SCSI Commands: Read6 command successful
Oct 08 22:13:11 SCSI State: Status. Status byte = 0
Oct 08 22:13:11 SCSI State: Information transfer phase: Status
Oct 08 22:13:11 SCSI State: Message In. Message byte = 0
Oct 08 22:13:11 SCSI State: Information transfer phase: Message in
Oct 08 22:13:11 SCSI State: Bus Free
Oct 08 22:13:11 SCSI State: Information transfer phase: Data out
Oct 08 22:13:11 SCSI State: Selected by host ID 1
Oct 08 22:13:11 SCSI State: Command phase
Oct 08 22:13:11 SCSI State: Information transfer phase: Command
Oct 08 22:13:11 SCSI Commands: CDB byte 0 decode: Command group 0 (6 bytes) opcode 8
Oct 08 22:13:11 SCSI Commands: Received command operand bytes: 8 30 128 0 16 0
Oct 08 22:13:11 SCSI Commands: READ command (0x08) received
Oct 08 22:13:11 SCSI Commands: Target LUN = 0, LBA = 1998848, Blocks = 16
Oct 08 22:13:11 SCSI State: Information transfer phase: Data in
Oct 08 22:13:12 File system: filesystemOpenLunForRead(): Successful
Oct 08 22:13:12 SCSI Commands: Transferring requested blocks to the host...
Oct 08 22:13:12 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Oct 08 22:13:12 File system: filesystemCloseLunForRead(): Completed
Oct 08 22:13:12 SCSI Commands: Read6 command successful
Oct 08 22:13:12 SCSI State: Status. Status byte = 0
Oct 08 22:13:12 SCSI State: Information transfer phase: Status
Oct 08 22:13:12 SCSI State: Message In. Message byte = 0
Oct 08 22:13:12 SCSI State: Information transfer phase: Message in
Oct 08 22:13:12 SCSI State: Bus Free
Oct 08 22:13:12 SCSI State: Information transfer phase: Data out
Oct 08 22:13:12 SCSI State: Selected by host ID 1
Oct 08 22:13:12 SCSI State: Command phase
Oct 08 22:13:12 SCSI State: Information transfer phase: Command
Oct 08 22:13:12 SCSI Commands: CDB byte 0 decode: Command group 0 (6 bytes) opcode 8
Oct 08 22:13:12 SCSI Commands: Received command operand bytes: 8 31 0 0 16 0
Oct 08 22:13:12 SCSI Commands: READ command (0x08) received
Oct 08 22:13:12 SCSI Commands: Target LUN = 0, LBA = 2031616, Blocks = 16
Oct 08 22:13:12 SCSI State: Information transfer phase: Data in
Oct 08 22:13:14 File system: filesystemOpenLunForRead(): Successful
Oct 08 22:13:14 SCSI Commands: Transferring requested blocks to the host...
Oct 08 22:13:14 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Oct 08 22:13:14 File system: filesystemCloseLunForRead(): Completed
Oct 08 22:13:14 SCSI Commands: Read6 command successful
Oct 08 22:13:14 SCSI State: Status. Status byte = 0
Oct 08 22:13:14 SCSI State: Information transfer phase: Status
Oct 08 22:13:14 SCSI State: Message In. Message byte = 0
Oct 08 22:13:14 SCSI State: Information transfer phase: Message in
Oct 08 22:13:14 SCSI State: Bus Free
Oct 08 22:13:14 SCSI State: Information transfer phase: Data out
Oct 08 22:13:14 SCSI State: Selected by host ID 1
Oct 08 22:13:14 SCSI State: Command phase
Oct 08 22:13:14 SCSI State: Information transfer phase: Command
Oct 08 22:13:14 SCSI Commands: CDB byte 0 decode: Command group 0 (6 bytes) opcode 8
Oct 08 22:13:14 SCSI Commands: Received command operand bytes: 8 31 128 0 16 0
Oct 08 22:13:14 SCSI Commands: READ command (0x08) received
Oct 08 22:13:14 SCSI Commands: Target LUN = 0, LBA = 2064384, Blocks = 16
Oct 08 22:13:14 SCSI State: Information transfer phase: Data in
Oct 08 22:13:15 File system: filesystemOpenLunForRead(): Successful
Oct 08 22:13:15 SCSI Commands: Transferring requested blocks to the host...
Oct 08 22:13:15 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Oct 08 22:13:15 File system: filesystemCloseLunForRead(): Completed
Oct 08 22:13:15 SCSI Commands: Read6 command successful
Oct 08 22:13:15 SCSI State: Status. Status byte = 0
Oct 08 22:13:15 SCSI State: Information transfer phase: Status
Oct 08 22:13:15 SCSI State: Message In. Message byte = 0
Oct 08 22:13:15 SCSI State: Information transfer phase: Message in
Oct 08 22:13:16 SCSI State: Bus Free
Oct 08 22:13:16 SCSI State: Information transfer phase: Data out
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment