You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And it successfully opened the tray of the WH16NS60 drive connected to my Synology.
Would it be possible to add this as an alternative eject method behind an SG_RAW_EJECT environment variable or something? That would minimize the risk to other users while allowing the AUTO_DISC_RIPPER_EJECT to function properly on Synology devices.
I'm a little bit new to Docker but I'd be happy to try to implement this if you'd prefer a PR.
The text was updated successfully, but these errors were encountered:
Idea
I'm experiencing the same problem described in this issue: #84
That account has been deleted so I filed a new issue to suggest a workaround.
While searching around online for a solution, I found this page which describes how to send raw SCSI commands (including eject): https://github.com/hreinecke/sg3_utils/blob/master/doc/sg_raw.8#L218
The
sg_raw
utility is available in this package: https://pkgs.alpinelinux.org/package/edge/community/x86/sg3_utilsI tried this out in the container:
And it successfully opened the tray of the WH16NS60 drive connected to my Synology.
Would it be possible to add this as an alternative eject method behind an
SG_RAW_EJECT
environment variable or something? That would minimize the risk to other users while allowing theAUTO_DISC_RIPPER_EJECT
to function properly on Synology devices.I'm a little bit new to Docker but I'd be happy to try to implement this if you'd prefer a PR.
The text was updated successfully, but these errors were encountered: