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

Expose drives as USB mass storage devices when plugged into host #13

Open
erichelgeson opened this issue Feb 4, 2023 · 3 comments
Open
Labels
enhancement New feature or request

Comments

@erichelgeson
Copy link
Contributor

Similar to how DietSCSI (BlueSCSI v1 fork) is doing USB pass through we could use TinyUSB to present the drive images as usb mass storage devices. Since HFS Fuse has been updated and things like CiderPress/etc can open volumes it would be handy to just be able to plug in your BlueSCSI to your modern or slightly less retro computer and have the HFS/etc volumes mounted.

I've done some work on this and will push a branch soon.

@erichelgeson erichelgeson added the enhancement New feature or request label Feb 4, 2023
@MrTechGadget
Copy link

This would be awesome and eliminate the whole emulator shuffle workflow I'm fighting right now for my devices that don't have ethernet to access my NAS.

@Grieverheart
Copy link

Would it be possible to pass through other SCSI devices, like a zip drive?

@crackmonkey
Copy link

Would it be possible to pass through other SCSI devices, like a zip drive?

Not really in this future feature. The initiator mode hardware that @androda is working on should be able to, eventually.

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
Development

No branches or pull requests

4 participants