Using a Foundation drive headless - questions

Hi Simon- thanks a lot! The detailed instructions are great, plus the well-commented code- I’ll try it this weekend- this will be really cool!

I can envision a setup where the Node Zero (or Smart Cable Module with HDD or flash drive) is used as a 24/7 surveillance or time-lapse camera, stand-alone (not connected to LAN/internet). One Project Space can be the camera recorder and another can be a webserver with WiFi AP so you can retrieve video files.

I recently did two projects for headless servers with multiple boot modes that this will be perfect for. One is a local apt mirror (raspbian and raspberrypi apt package repositories)- one boot mode to download/update the packages and another to serve the packages. The other project is a RACHEL-Pi server- one boot mode for downloading RACHEL modules and another to serve the modules. These projects are described below.

Thanks!