リカバリモードでディスクユーティリティを使用してDMGファイルを作成しました([ファイル]-> [新しいイメージ]-> [フォルダからのイメージ])。
この質問 から可能なすべてのオプションを試しました:
破損したDMGファイルからデータを抽出する方法はありますか?
これをオンラインで見つけました。リンクは次のとおりです: https://www.youtube.com/watch?v=TggCS8q5yGE
コマンドは次のとおりです。
hdiutil attach -nomount -noverify -noautofsck -readwrite /volumes/"name of your image"
fsck_hfs -drfy /dev/diskxsx (x is your disk number)
hdiutil detach /dev/diskxsx (x is your disk number)