Thank you - Really appreciate the replies.
I don't want to disable the dhcp so for now I have added an interface eth0:1 as the static. This I am calling from a script I added to bootlocal.sh.
So, maybe this is the only way and I will try post all my challenges to this thread
One of the bigger challenges I believe must be possible is a fail safe mount of partitions. Essentially what I want to do is have a clone of each partition. My current SD card has 3 partitions :
- Boot = the default boot partition core creates
- TCE / SYSTEM = the persisted TCZ store and My Data etc
- DATA = The partition I store mp3 files in.
What I would like to achieve is a method that I have 5 partitions and during the boot process IF TCE / SYSTEM has any issues, it will switch to the 2nd backup TCE / SYSTEM and then the same on DATA.
IOW, a 2nd copy that I will keep in sync / check with md5sum - the moment anything doesn't pass md5 on boot, the system swaps to the other partition so then I can repair / replace the damaged files 100% remotely.
Sound doable as an option for an almost 99% guarantee of file structure etc? And where do I even start for this?
Thank you!