|
|
|
|
|
by geocar
427 days ago
|
|
> Isn’t this addressed by preallocating data files in advance of writing application data? Allocation isn't the only thing that can fail: Actually writing to the blocks can fail, and just because you can write zeros doesn't mean you can write anything else. You really can't know until you try. This is life. |
|