Hello,
Does it exist a model to print a bracket to mount internally a RASCSI with a Pi Zero on the top?
Txs!
Does it exist a model to print a bracket to mount internally a RASCSI with a Pi Zero on the top?
Txs!
Yes, that's it... you'll get the Mac waiting for the RASCSI service to start...Does the RaSCSI bot up fast enough to be used internally? I use mine externally and power it up a few minutes early with a USB battery pack.
I guess the machine, if no other SCSI drives are present, will just wait for the RaSCSI to boot and mount the default config and associated drives?
Yes, that's it... you'll get the Mac waiting for the RASCSI service to start...0
I have like this the SE/30 and the LC475 and only a few times I had to reset the Mac (using the keyboard) because I have several images that can boot and the Mac couldn't pick the right image on time, but this happens like 1 of each 10 times.Makes sense. Somehow my childhood fear of plugging a SCSI device into a running machine made me concerned this would be a problem!
There is a delay if powered internally, but it works. The issue with internal, however, is shutdown. Development updates are being worked out that will clear the drive cache if idle for a few seconds—without which, currently, if you initiate a shutdown and when prompted by MacOS to turn off machine, you run the risk of corrupting your HDD image file. Cutting the power on a Pi has long been a risk to corrupting the SD card, but that is not the issue here. I have not experienced SD card corruption, but I have seen drive image file corruption and all signs point to unwritten cache.
The workaround today is simple—before cutting power to the mac and consequently losing power on the Pi, you can login to the RaSCSI and shutdown RaSCSI which will clear the write cache.
This reliance on another device to ensure no data loss is not something those of us running external think about as we are powered separately.
A shutdown button is very easy to add...
Hey.Would you mind providing a gentle nudge in the right direction for implementing this? My understanding is that the RaSCSI (mine is due to arrive this week!) uses the GPIO, and I haven't been able to find an explanation of how to implement this without connecting to a few of those pins.
Thanks!
Technically speaking yes... You could use GPIO9 to control a relay with a python script and turn on/off the power line of the Mac, but frankly speaking I don't know if this is useful, as you can simply let the Mac waiting (blinking disk with question mark) until the RASCSI service is enabled.Would there be a way to power sequence both of them? Like push a button, and it starts up the RaSCSI first, and the Mac like 10-15 seconds later once the Pi is up and running?