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.
`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`.
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.
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 →
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.
Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.
▶ Play today's briefNew every morning, and the back catalogue is archived by date.
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.