---
source_url: https://lapcatsoftware.com/articles/2026/8/7.html
source_title: "hdiutil is deprecated in macOS 27 Golden Gate"
tags: macos,command-line-tools,deprecation
generated_at: 2026-08-22T20:00:41.206Z
model: claude-haiku-4-5
---
# macOS 27 Golden Gateで hdiutil が廃止予定に、diskutil image に置き換え

macOS 27.0 で、ディスクイメージ作成コマンドラインツール hdiutil が廃止予定となり、diskutil image への移行が推奨されている。Jeff Johnson 氏の検証によると、diskutil は高速だが機能面で劣るとされている。

macOS 27.0 では、hdiutil が廃止予定となった。公式ドキュメントの WHAT'S NEW セクションに 「In macOS 27.0, hdiutil is deprecated. Use diskutil image instead for all disk image operations. diskutil image provides subcommands for attach, create, resize, info, and chpass. ASIF (Apple Sparse Image Format) images are only supported by diskutil image and are not supported by hdiutil.」と明記されている。

## 性能と出力ファイル

Jeff Johnson 氏がユーザーのホームフォルダをバックアップする目的でテストした結果、diskutil は hdiutil より大幅に高速であった。diskutil は平均 40～45 秒で完了したのに対し、hdiutil は 110～115 秒を要した。生成されたディスクイメージのサイズも diskutil は 2.8 GB で、hdiutil の 2.89 GB より小さかった。

## 機能と制限事項

diskutil には hdiutil に存在する複数のオプションが欠落しているとみられる。hdiutil の `-puppetstrings` オプションは 「provide progress output that is easy for another program to parse」を目的とし、別プログラムが進捗を解析するために設計されていたが、diskutil には相当機能がない可能性がある。また、hdiutil の `-scrub` オプションに相当する機能も diskutil には見当たらず、diskutil は ~/.Trash/ フォルダを除外する挙動を示しており、常に scrub 有効状態で動作するとみられる。

## 既知の問題

Golden Gate の hdiutil および diskutil は、アクセス不可能な .bnnsir ファイル関連のバグに悩まされている。エラーコード 80 (認証エラー) が発生し、「Error: Failed to create disk image: The operation couldn't be completed. Operation not permitted」というエラーメッセージが表示される事例も報告されている。バグ報告 ID は FB17162985 である。

*この記事は元記事の事実のみに基づいて自動生成されました。*

## 出典

Lap Cat Software「hdiutil is deprecated in macOS 27 Golden Gate」https://lapcatsoftware.com/articles/2026/8/7.html
