BlueSCSI / BlueSCSI-v2

Open source, open hardware, SCSI emulator using the Pi Pico PR2040
https://bluescsi.com
GNU General Public License v3.0
227 stars 23 forks source link

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

Open erichelgeson opened 1 year ago

erichelgeson commented 1 year ago

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.

MrTechGadget commented 1 year ago

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 commented 10 months ago

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

crackmonkey commented 10 months ago

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.