Resizing disk image - mrklein/openfoam-os-x GitHub Wiki
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:
- Unmount it (using Finder or
hdiutil detach
command) - Issue
hdiutil resize
command
And that is all.
You can see issue #28 for more details and possible glitches.