hdiutil

A command-line tool for working with and mounting PC-9800 HDI disk images

Usage

Show information about the file my_image_file.hdi: hdiutil info my_image_file.hdi Mount the first partition from my_image_file.hdi to /mnt/hdi: hdiutil mount -p 0 --dir /mnt/hdi my_image_file.hdi

Installation

Install from crates.io: cargo install hdiutil

Requirements

hdiutil mount currently requires a Linux system with: - pkexec - mount (with loop device support)

License

hdiutil is released under the Zero Clause BSD license. See LICENSE for more information.