-
|
I have disks of max size 8 TB - one of them is the parity disk for SnapRAID. Since the parity disk must be of the size of the largest data disk and a little bit more I wanted to check if there is a way for MergerFS to reserve some space on all disks (as a percentage or absolute size), ensuring that data is not written there? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
|
What filesystem? ext4 has reserve storage. And you can use minfreespace on mergerfs to set a general boundry. |
Beta Was this translation helpful? Give feedback.
-
|
I realize this has been answered, but wouldn't it just have been easier to create a partition smaller than the full disk size? So for an 8TB disk, just make a partition of 7TB? |
Beta Was this translation helpful? Give feedback.
What filesystem? ext4 has reserve storage. And you can use minfreespace on mergerfs to set a general boundry.