mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2026-07-21 08:56:07 -04:00
[GH-ISSUE #89] Add disk available check before download starts #50
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @DecDuck on GitHub (Aug 1, 2025).
Original GitHub issue: https://github.com/Drop-OSS/drop-app/issues/89
This kinda gets handled by the fallocate on Linux, but we should do a proper check before we attempt to allocate.
We should also look into fallocate equivalents for non-Linux platforms
Add disk available check before download startsto [GH-ISSUE #89] Add disk available check before download starts