armbian-build/lib
ColorfulRhino d638276fcc partitioning: Reduce commit mount option for btrfs and ext4 to 120
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
2024-07-09 11:31:51 +02:00
..
functions partitioning: Reduce commit mount option for btrfs and ext4 to 120 2024-07-09 11:31:51 +02:00
tools Beautify shellfmt and add board configs to formatting list (#6910) 2024-07-08 17:00:38 +02:00
library-functions.sh cli: Add command "dts-check" 2024-06-25 07:06:21 +02:00
single.sh Add / modify (c) in bash scripts (#4922) 2023-03-09 18:30:40 +01:00