|
|
|
|
|
by kasabali
2340 days ago
|
|
Ext4 reserved space also helps with fragmentation. To be more specific, reserved space on ext3 helps the fs so that it can be more flexible during allocation and avoid fragmentation. Ext4 has delayed allocation mount option for that purpose so reserved space is not as much important for that but it'd still help if you turn off delayed allocations. |
|