Forked from sansumbrella/query-sparsebundle-band-size.sh
Created
May 17, 2023 11:02
-
-
Save ajorpheus/09937444b1e3788d37da46ec0b46ba46 to your computer and use it in GitHub Desktop.
Query band size of a sparsebundle (also accessible in Info.plist of bundle)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# find out how big the sparse-band-size is in a mounted volume | |
hdiutil info -verbose | grep band-size | |
# default Time Machine sparsbundle virtual-band-size = 16384 (8MB) | |
# create-sparsebundle's virtual-band-size = 262144 (128MB) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment