Bug 507427 - "No space available on device" message when extracting multi volume rar archive
Summary: "No space available on device" message when extracting multi volume rar archive
Status: REPORTED
Alias: None
Product: dolphin
Classification: Applications
Component: general (other bugs)
Version First Reported In: 25.04.3
Platform: EndeavourOS Linux
: NOR normal
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-07-24 07:39 UTC by LaughingMan
Modified: 2025-07-24 07:39 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description LaughingMan 2025-07-24 07:39:56 UTC
SUMMARY
"Right click -> Extract" on a multi volume rar archive shows an error message claiming that there's "No space available on device" even though enough space is available.
STEPS TO REPRODUCE
1. Take some large input file. Let's say 20 GiB.

2. Compress it such that the number of parts multiplied by the size of the input file exceeds your free space on the device. The command should look like this: `rar a out.rar input.bin -m0 -v50m`. The `50m` is the size per part. Adjust as needed for your free disk space. The `-m0` just disables compression.

3. Rename input file so there's no name conflict.

3. Right click -> Extract -> Extract here

OBSERVED RESULT
Error messages claiming "No space available on device".

EXPECTED RESULT
Archive extracts successfully.

ADDITIONAL INFORMATION
Couldn't reproduce with a 7z multi volume archive. Looks specific to the rar format.