sparsebundles
Sparsebundles are a type of disk image format used primarily on macOS. They store the contents of a virtual disk as a directory (a bundle) rather than as a single file. The bundle can grow in size as data is written, making sparsebundles efficient for backups and flexible storage.
Inside the .sparsebundle directory, metadata and a collection of data blocks are kept, organized into multiple
Sparsebundles are supported by the macOS tools for creating disk images, such as Disk Utility and the
Limitations include that sparsebundles are macOS-centric; while the files can be copied to other systems, other
Creating one can be done with commands like: hdiutil create -size 10g -type SPARSEBUNDLE -fs 'APFS' -volname