I've been playing around with BlueSCSI, and I love it. then it got me thinking. #192
Replies: 2 comments 4 replies
-
The BlueSCSI codebase does practically the same thing as PiSCSI in general. They both emulate SCSI devices like hard drives, CDROMs, and both can emulate the DaynaPort SCSI to Ethernet converter. However I don't believe either BlueSCSI or PiSCSI presently act as a USB to SCSI adapter. Is that what you're looking for? |
Beta Was this translation helpful? Give feedback.
-
Since PiSCSI runs linux, and everything on linux is a file (even USB devices) you can mount a USB thumb drive on PiSCSI and serve it through to SCSI. Of course the vintage scsi host using the device would need to understand the file system on the USB drive (probably FAT16 is the most universal) USB Dvrive -connected to-> PiSCSI -> Then you can mount the |
Beta Was this translation helpful? Give feedback.
-
I discovered another project called Piscsi, which uses a whole Raspberry Pi to interface SCSI ports with USB peripherals. I understand that BlueSCSI runs on the Pico, but could the code base be modified to run on a Raspberry Pi along with PISCS?
I have recently been put into semi-retirement and have decided that I now have time to get back to coding and just screwing around. Does anyone have any thoughts or ideas on how this might be done, or has my brain dreamed up a crazy scheme? I would love to know.
The issue is that I have many vintage computers that have SCSI and booting from a MicroSD is great, but I would like the ability to boot from USB hard, and flash drives.
Thanks for listening to my rantings!
Beta Was this translation helpful? Give feedback.
All reactions