#磁盘镜像 #命令行工具 #挂载 #挂载 #目录 #hdi #pc-9800

应用 hdiutil

用于处理和挂载 PC-9800 HDI 磁盘镜像的命令行工具

2 个版本

0.1.1 2023 年 3 月 26 日
0.1.0 2023 年 3 月 26 日

#21#挂载

每月 22 次下载

0BSD 许可证

10KB
237

hdiutil

用于处理和挂载 PC-9800 HDI 磁盘镜像的命令行工具

用法

显示关于文件 my_image_file.hdi 的信息

hdiutil info my_image_file.hdi

my_image_file.hdi 的第一个分区挂载到 /mnt/hdi

hdiutil mount -p 0 --dir /mnt/hdi my_image_file.hdi

安装

从 crates.io 安装

cargo install hdiutil

要求

hdiutil mount 目前需要具有

  • pkexec
  • mount(带有循环设备支持)

许可证

hdiutil 在 Zero Clause BSD 许可证下发布。有关更多信息,请参阅 LICENSE

依赖项

~0.8–1.5MB
~30K SLoC