Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CompactGUI REDUCING free space more and more... #325

Closed
Milincho opened this issue Feb 14, 2023 · 8 comments
Closed

CompactGUI REDUCING free space more and more... #325

Milincho opened this issue Feb 14, 2023 · 8 comments

Comments

@Milincho
Copy link

Trying to compact a folder containing game installations.
The drive had 440GB free of 1.8TB

after using CompactGUI it SHRANK to 391GB...

did 'Uncompress' and it shrank AGAIN to 385GB...

tried to compress it again and the free space lowered AGAIN to 377GB...

'Uncompress' again... and 361GB

I'm compressing it again, and at 38% it is now at 340GB... so a fucking 100GB LESS than I started with... 🤦🏻

How do I remove this shit and get the original free space back??

@Iridium-IO
Copy link
Member

That's a horrific bug, but that sounds like a Windows problem (since I just use the default Windows methods).
It's probably creating a copy of the compressed data under the hood and not cleaning up after itself.

Open a Terminal window in the program folder (Right click > Open in Terminal, or Open Powershell Window here) and type in:

compact /U /exe /S /F /A /I

That should forcefully uncompress everything and hopefully Windows cleans up after itself.

@SkyNinja
Copy link

SkyNinja commented Aug 4, 2023

Uncompressing files definitely seems to do something unpleasant.
image

@DTMelkor
Copy link

DTMelkor commented Mar 9, 2024

Encountered similar bug in 3.2.0.
Explorer shows that folder is compressed, but disk space was reduced (about 10 Gb).
Tried uncompressing via compact /U /exe /S /F /A /I but it didn't work.
Tried uncompressing via TreeSize utility and it also didn't worked, but showed 'Error 448, The WOF Driver encountered a corruption in the compressed file’s Resource Table.'
explorer_izLZVeR5Fd
TreeSize_BtWYdyOG3w

@realNZZN
Copy link

realNZZN commented Mar 24, 2024

Also having this issue in v3.2.1, could be an issue with windows compact itself but something is really messed up, I've lost 571 GB (61% of the disk!) and can no longer use an important backup drive.
#417

edit: This might be the same issue https://superuser.com/questions/966754/ntfs-compression-ate-all-disk-space-with-no-possibility-to-recover

@setsumi
Copy link

setsumi commented Jul 4, 2024

Try to check the affected folders with AlternateStreamView. According to this comment #315 (comment) compression system used by CompactGUI does use alternate data streams which may be left not cleared taking up drive space.

@Roki100
Copy link

Roki100 commented Jul 24, 2024

Try to check the affected folders with AlternateStreamView. According to this comment #315 (comment) compression system used by CompactGUI does use alternate data streams which may be left not cleared taking up drive space.

so the data consumption is caused by alternate streams?

@Masamune3210
Copy link

There is a reason they told you to check.....

@Iridium-IO
Copy link
Member

Seeing as this seems to be an issue with the underlying filesystem and not confirmed to be due to CompactGUI, I'm closing this for now. Feel free to re-open if more relevant information is found

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

8 participants