2 releases
0.1.1 | Mar 26, 2023 |
---|---|
0.1.0 | Mar 26, 2023 |
#4 in #mounting
22 downloads per month
10KB
237 lines
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.
Dependencies
~2MB
~49K SLoC