Hi there,
Is there a good solution for stopping LibreELEC from "corrupting" an HFS+ partition and force it to mount read-only? (except formatting to exFAT or EXT4)
What I noticed is that the partition only gets corrupted after a reboot and will be then mounted read-only.
Issuing an fsck.hfsplus -f on the partition then a reboot actually fixes the problem and the partition gets mounted with rw flag
I remember reading somewhere that the problem arises due to the fact that partitions aren't automatically unmounted before a reboot. A user suggested adding a script that would unmount the partitions before a restart.
Wouldn't that be a good solution to add to future releases, or is that too risky?
Thank you!