← All stories
● Covered by 1 source · 1 reportLow impact1 neutral

macOS 27 Golden Gate Deprecates hdiutil, Recommends diskutil image for Disk Image Operations

🔄 Updated 57m ago
New to BrevFeed? We gather this story from every outlet covering it into one summary — ranked by real-world impact, not just the latest headline — so you never miss what matters. What is BrevFeed? →

Key points

  • hdiutil is deprecated in macOS 27.0 Golden Gate.
  • diskutil image is the recommended replacement.
  • Some hdiutil options, like -puppetstrings, are missing in diskutil image.
  • ASIF images are exclusively supported by diskutil image.

hdiutil Deprecated in macOS 27 Golden Gate

The `hdiutil` command-line tool, used for manipulating disk images, has been deprecated in macOS 27.0 Golden Gate. Apple's documentation now advises using `diskutil image` for all disk image operations going forward. This marks a significant change for developers and system administrators who frequently interact with disk images via the command line.

Transition to diskutil image

`diskutil image` provides subcommands for common disk image tasks including attach, create, resize, info, and chpass. A deprecation notice in the `man` page for `hdiutil` details the specific `diskutil` replacements for `hdiutil` subcommands. Additionally, Apple Sparse Image Format (ASIF) images are now exclusively supported by `diskutil image`.

Missing Functionality

While many `hdiutil` options are preserved under different names in `diskutil image`, some specific functionalities are no longer available. Notably, the `-puppetstrings` option, which provides machine-parseable progress output, is missing. Several options specific to `hdiutil create -srcfolder`, such as `-[no]crossdev`, `-[no]scrub`, `-[no]anyowners`, `skipunreadable`, `-[no]atomic`, and `copyuid`, are also absent from the new tool.

Impact on Workflows

The deprecation necessitates updates to scripts and automated workflows that currently rely on `hdiutil`. Initial testing with a home folder backup operation revealed that a direct translation of `hdiutil` commands to `diskutil image` may not work as expected, with the new method failing in a test scenario. This indicates that migration will require careful review and potential re-engineering of existing disk image management processes.

✨ This summary was generated by AI from the outlets' reporting listed below. It is not independently verified and may contain errors — check the original sources. How BrevFeed works →

The daily brief

One email each morning: the day's tech stories, clustered across outlets and summarized. No account needed.

One email a day. Unsubscribe in one click, any time.

Today's brief

Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.

~14 min · 12 stories · Aug 22

▶ Play today's brief Listen on Spotify

New every morning, and the back catalogue is archived by date.

Reporting from

Apple has deprecated the `hdiutil` command-line tool in macOS 27 Golden Gate, directing users to `diskutil image` for all disk image operations. This change impacts developers and system administrators who rely on `hdiutil` for scripting and disk image management, requiring updates to existing workflows.