Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SCSI Director 4 sense error (vendor sense page 0x39) #136

Closed
erichelgeson opened this issue Jun 25, 2022 · 3 comments
Closed

SCSI Director 4 sense error (vendor sense page 0x39) #136

erichelgeson opened this issue Jun 25, 2022 · 3 comments

Comments

@erichelgeson
Copy link
Owner

erichelgeson commented Jun 25, 2022

Currently since BlueSCSI is reporting as a QUANTUM FIREBALL1 and SCSI Director 4 tries to issue a vendor specific request for sense page 0x39. Since this is not handled we return an illegal sense request - which SCSI Director shows to the user. The user can just hit OK to continue and the format completes fine.

We could either:

  • Find the vendor documentation on the format of the 0x39 sense page response and send that back.
  • Identify as a different drive that SCSI Director does not send vendor requests for, but is still in the Apple approved drives.
  • Send back all 0's (this does work, but we dont know the format or what this means, or how long it should be)
  • Nothing, people don't really use SCSI Director to format, and if you hit OK it works anyways.

Mostly logging this issue for someone (myself included) in the future to revisit.

@erichelgeson
Copy link
Owner Author

@mactcp
Copy link

mactcp commented Jun 25, 2022

With the addition of the Apple mode sense, I'm finding that Apple's tools are a lot less picky now. HD SC Setup seems to work no matter what the drive identifies as, and Drive Setup only seems to care about the vendor, the product name doesn't seem to matter any more.

For example, I have my BlueSCSIs identifying as a QUANTUM BLUESCSI F1 64GB and it works with both HD SC Setup and Drive Setup, no patches to those tools needed. Using this configuration, I'm not seeing any errors due to vendor specific requests from SCSI Director.

@erichelgeson
Copy link
Owner Author

Went with the Identify as a different drive that SCSI Director does not send vendor requests for, but is still in the Apple approved drives. option :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants