项目作者: markusheiden

项目描述 :
Command line tool to extract partitions and files from Atari disk images.
高级语言: Java
项目地址: git://github.com/markusheiden/ataripart.git
创建时间: 2015-08-28T15:36:34Z
项目社区:https://github.com/markusheiden/ataripart

开源协议:

下载


AtariPart

Command line tool to extract partitions and files from Atari ST hard disk images.

Prerequisites

Usage

  1. java -jar ataripart.jar [options] [command] [command options]
  2. Options:
  3. --help
  4. Display help
  5. Commands:
  6. analyze: Search a whole disk image for root sectors
  7. Usage: analyze [Hard disk image]
  8. list: List all root sectors and their partitions, starting with the mbr
  9. Usage: list [options] [Hard disk image]
  10. Options:
  11. -b, --backup
  12. Display backup root sectors, if any
  13. Default: false
  14. partitions: Extract all partitions to a directory.
  15. Usage: partitions [options] [Hard disk image] [Directory to copy partition contents to]
  16. Options:
  17. -c, --convert
  18. Convert boot sectors to MS DOS format
  19. Default: false
  20. files: Extract all files from all partitions to a directory. Needs mtools installed.
  21. Usage: files [Hard disk image] [Directory to copy files to]

Building

  1. mvn clean install

This will create the ataripart.jarin the target directory.