|
From: Rob T. <ro...@rt...> - 2019-06-10 08:08:34
|
When my user mode software receives SCST_USER_PARSE, it processes the data as described in the scst_user_spec.pdf manual. One of the fields is cmd->op_flags which has a SCST_INFO_VALID flag bit, which is almost always set. When my tape emulator software receives a SCSI Set Capacity command (SCSI command 0x0b), the SCST_INFO_VALID bit is not set. What are the proper steps to set up a valid response from this situation? Thanks, Rob |