FloDskIm

From tehowiki
Jump to navigation Jump to search

FloDskIm is a tool dealing with image files which were extracted from floppy disk media. The application "understands" the foreign file system stored in the floppy disk image, and tries to read the file directories and the files themselves.

Commandline usage

java org.teherba.flodskim.Main options actions

Options are:

  -buffer code        container format is code (default: dsk)
  -inform num         amount of diagnostic output
  -read filename      read a disk image file
  -system code        filesystem is code (default: base)

Actions on buffers are:

  -block xnum         dump block xnum
  -dump xoffs xlen    hexadecimal dump

Actions on file systems are:

  -dir                print a directory listing
  -copy path          copy all files into path

Implemented codes for file systems are:

  base
  cpm
  dec-rx50
  sinix-mx2
  ta-vs
  tar

Hardware