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

Add Zip drive capability (or other removable, write-able media support) #6

Closed
akuker opened this issue Jul 8, 2020 · 3 comments · Fixed by #184
Closed

Add Zip drive capability (or other removable, write-able media support) #6

akuker opened this issue Jul 8, 2020 · 3 comments · Fixed by #184
Labels
enhancement New feature or request

Comments

@akuker
Copy link
Member

akuker commented Jul 8, 2020

It would be handy to be able to use write-able removable media, such as a Zip drive. Consider adding this as a future feature.

@akuker akuker added the enhancement New feature or request label Jul 8, 2020
@uweseimet
Copy link
Contributor

@akuker Correct me if I am wrong: We just need a new device type (just like SCSI_HD) which has the 'removable' flag set, correct? Actually, except for the sector size the MO device type is such a device.

@akuker
Copy link
Member Author

akuker commented Aug 10, 2021 via email

@uweseimet
Copy link
Contributor

uweseimet commented Aug 10, 2021

There is no need for a particular vendor ID because there are numerous removable SCSI devices drives (Syquest, various MOs, ZIP, JAZ, ...), and the INQUIRY data indicate whether a drive is removable. All in all a ZIP drive is nothing but one of many of these removable device drives

You would need a vendor ID in order to support proprietary ZIP/JAZ features like password-protected media, but I doubt that supporting this feature makes sense for RaSCSI. One would have to implement code that encrypts the device file on the fly in order to protect its content. (For a real ZIP/JAZ this is not an issue because it does not encrypt anything; the device just refuses to access a medium without a password.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
2 participants