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

Insufficient remaining disk space when extract files from iso image #520

Open
koreanfan opened this issue May 25, 2024 · 4 comments
Open

Comments

@koreanfan
Copy link

Expected behaviour

Extract files from iso image

Actual behaviour

Press extract, select destination and got error "Insufficient remaining disk space". Size of iso image 5.2GiB. Size of destination partition 7.8GiB, free space 7.8GiB. Destination partition is FAT32

Steps to reproduce the behaviour

Open iso image with mouse right click, press extract button, got error "Insufficient remaining disk space"

MATE general version

Package version

extra/engrampa 1.28.1-1 (mate-extra)

Linux Distribution

Archlinux 6.9.1-arch1-2

Link to bugreport of your Distribution (requirement)

https://gitlab.archlinux.org/archlinux/packaging/packages/engrampa/-/issues

@lukefromdc
Copy link
Member

A FAT filesystem can never accept more than a 4.2 GB file no matter what the filesystem size, so this is the correct behavior. Also note that FAT32 cannot exceed something like 32 GB filesystem side, thus the introduction of ExFAT for things like 64GB+ camera cards

@koreanfan
Copy link
Author

A FAT filesystem can never accept more than a 4.2 GB file no matter what the filesystem size, so this is the correct behavior. Also note that FAT32 cannot exceed something like 32 GB filesystem side, thus the introduction of ExFAT for things like 64GB+ camera cards

I know about it. I tested iso where the biggest file size are 3.9Gb on fat32 partition in arhclinux. Also if i boot to debian 12.5 live cd and install engrampa from debian repos and extract iso image then all working without any issue. In archlinux this operation are failed. Also even if you extract iso image where the biggest file are more than 4.5GB to ntfs partition then its failed in arhclinux. If you try extract iso image where the biggest file size are 3.9Gb on ntfs partiiton then you got failure on arch linux. Archlinux got newer version of engrampa. Why in debian extraction working but on archlinux this operation are failed?

@lukefromdc
Copy link
Member

lukefromdc commented May 28, 2024 via email

@koreanfan
Copy link
Author

Debian and Arch must be using different build options

Seems new version of engrampa cant properly calculate remaining disk space

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

No branches or pull requests

2 participants