-
Notifications
You must be signed in to change notification settings - Fork 152
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
Comments
Is your disk full? How much free space do you have, and how large of a DMG file are you creating? |
Disk isnt full. I have 200-250gb free and I am creating a dmg with a 45GB file on it. |
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 |
Neither of those give me error :/
|
That's weird! If you run |
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! :)
The text was updated successfully, but these errors were encountered: