mirror of
https://github.com/armbian/build.git
synced 2025-09-11 00:31:12 +02:00
Mount option `commit=600` (=10 minutes) seems pretty high. Reduce it to 120 for ext4 (default for ext4 is `commit=5`) and 120 for btrfs (default for btrfs is `commit=30`) to reduce risk of losing data on power loss. Sources: - https://www.kernel.org/doc/html/latest/admin-guide/ext4.html - https://wiki.archlinux.org/title/Btrfs#Commit_interval - https://btrfs.readthedocs.io/en/latest/Administration.html