Crates.io | hdiutil |
lib.rs | hdiutil |
version | 0.1.1 |
source | src |
created_at | 2023-03-26 11:31:24.257574 |
updated_at | 2023-03-26 11:45:29.801008 |
description | A command-line tool for working with and mounting PC-9800 HDI disk images |
homepage | |
repository | https://codeberg.org/yanchan09/hdiutil |
max_upload_size | |
id | 821072 |
size | 13,341 |
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.