Increase Sparse Bundle Size
I am working with a sparse bundle that has run out of space. Get Info shows a limit of 2 GB. Is there some way to increase the size?
Mac mini, macOS 15.2
I am working with a sparse bundle that has run out of space. Get Info shows a limit of 2 GB. Is there some way to increase the size?
Mac mini, macOS 15.2
AFAIK, a file named gred.dmg.sparsebundle would represents a sparse bundle disk image, which differs from a regular .dmg or .sparseimage file. Instead of being stored as a single large file, a sparse bundle is a directory containing many smaller "bands" (files) that collectively represent the disk image.
The inclusion of .dmg in the name suggests it was originally created as a macOS disk image and formatted for mounting like any other .dmg file.
... so, does it matter, I'm not sure as I have never attempted to increase the size of a sparse bundle disk image.
However, it should be possible to increase the size of the sparsebundle using either the Disk Utility or commands in the Terminal app.
To do so via the Disk Utility:
If you are comfortable with using the Terminal:
DesertRatR wrote:
I am working with a sparse bundle that has run out of space. Get Info shows a limit of 2 GB. Is there some way to increase the size?
see if there is anything here—
https://eclecticlight.co/2020/04/27/sparse-bundles-what-they-are-and-how-to-work-around-their-bugs/
Create a disk image using Disk Utility on Mac - Apple Support
Resizing is not an option using DU.
I created a new sparsebundle, encrypted it, and copied everything into it. My question has to do with the filename extension. The old one has sparsebundle as the extension. The new one also has sparsebundle as the extension. However .dmg. was inserted between filename and extension. What is .dmg?
DU didn't seem to want to do it. However hdiutil worked. Thank you
.dmg = disk image
Does it matter if the entire filename is gred.dmg.sparsebundle or just gred.sparsebundle?
You're very welcome! I'm glad you got it worked out.
Increase Sparse Bundle Size