A command-line tool for working with and mounting PC-9800 HDI disk images
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
Install from crates.io:
cargo install hdiutil
hdiutil mount
currently requires a Linux system with:
- pkexec
- mount
(with loop device support)
hdiutil is released under the Zero Clause BSD license. See LICENSE
for more information.