Skip to content

Resizing disk image

Alexey Matveichev edited this page Oct 7, 2017 · 2 revisions

At certain point in time, when number of installations grows one can run out of free space on disk image with case-sensitive file system. So to resize the image, you:

  1. Unmount it (using Finder or hdiutil detach command)
  2. Issue hdiutil resize command

And that is all.

You can see issue #28 for more details and possible glitches.