Musicbox - SD Card Corrupt! Fix by using Read Only file filesystem? #373
Description
Every couple of weeks the SD card gets corrupted. When that happens I plug the SD in my PC and re-write the musicbox0.6.img on it using Win32DiskImager. I then copy over the settings.ini file to get access to my spotify profile. After putting back the SD in the Raspberry Pi 2, everything works again.
I've been checking some ways to make sure the system doesn't get corrupted from power outages for an other Raspberry Pi project. One way to do it is by using a read-only filesystem, with an unionfs for the parts that need write access. Or an seperate partition that gets recreated on boot (and the system reboots when it isn't writable anymore).
I was wondering if that would be possible with the musicbox image?
I don't need to be able to change any settings with the web-interface, so not being able to persist the settings wouldn't be a problem.
Sources: