hdiutil

Crates.iohdiutil
lib.rshdiutil
version0.1.1
sourcesrc
created_at2023-03-26 11:31:24.257574
updated_at2023-03-26 11:45:29.801008
descriptionA command-line tool for working with and mounting PC-9800 HDI disk images
homepage
repositoryhttps://codeberg.org/yanchan09/hdiutil
max_upload_size
id821072
size13,341
yan (redbluescreen)

documentation

README

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.

Commit count: 0

cargo fmt