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

Disk space is full #211

Open
piratx opened this issue Jun 11, 2022 · 5 comments
Open

Disk space is full #211

piratx opened this issue Jun 11, 2022 · 5 comments

Comments

@piratx
Copy link

piratx commented Jun 11, 2022

Error: Command failed: hdiutil create /var/folders/44/8gxpftp17cx234gp4qvb3jj80000gn/T/DAKTT28.dmg -ov -fs HFS+ -size 91209.5m -volname TWW2
hdiutil: create failed - No space left on device

I am always getting the above message on M1 with Monterey, please help! :)

@LinusU
Copy link
Owner

LinusU commented Jun 15, 2022

Is your disk full? How much free space do you have, and how large of a DMG file are you creating?

@piratx
Copy link
Author

piratx commented Jun 15, 2022

Disk isnt full. I have 200-250gb free and I am creating a dmg with a 45GB file on it.

@LinusU
Copy link
Owner

LinusU commented Jun 15, 2022

Intersting! I know see that there is a decimal in the command, maybe that is causing problems 🤔

Could you verify that running this command results in the same error:

$ hdiutil create /tmp/test.dmg -ov -fs HFS+ -size 91209.5m -volname TWW2

And could you then test if this works:

$ hdiutil create /tmp/test.dmg -ov -fs HFS+ -size 91210m -volname TWW2

@piratx
Copy link
Author

piratx commented Jun 15, 2022

Neither of those give me error :/

hdiutil create /tmp/test.dmg -ov -fs HFS+ -size 91209.5m -volname TWW2 at  08:16:01 PM created: /tmp/test.dmg

hdiutil create /tmp/test.dmg -ov -fs HFS+ -size 91210m -volname TWW2 took  23s at  08:21:52 PM created: /tmp/test.dmg

@cstruct
Copy link
Collaborator

cstruct commented Jun 16, 2022

That's weird! If you run appdmg again and get the error, copy the command after Error: Command failed: exactly as is and try to run it yourself (Make sure the folder structure is created) do you get an error? What does mount say? I'm wondering if /var/folders is on another partition.

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

3 participants