1
0
mirror of https://github.com/nzeemin/ukncbtl-utils.git synced 2025-04-18 06:04:02 +03:00
..
2019-02-23 13:00:26 +03:00

rt11dsk

Command-line utility used to work with floppy/IDE disk images.

Disk image commands:

  • rt11dsk l <ImageFile> — list image contents
  • rt11dsk e <ImageFile> <FileName> — extract file
  • rt11dsk a <ImageFile> <FileName> — add file
  • rt11dsk x <ImageFile> — extract all files
  • rt11dsk d <ImageFile> <FileName> — delete file
  • rt11dsk xu <ImageFile> — extract all unused space

Hard disk image commands:

  • rt11dsk hl <HddImage> — list HDD image partitions
  • rt11dsk hx <HddImage> <Partn> <FileName> — extract partition to file
  • rt11dsk hu <HddImage> <Partn> <FileName> — update partition from the file
  • rt11dsk hi <HddImage> — invert HDD image file
  • rt11dsk hpl <HddImage> <Partn> — list partition contents
  • rt11dsk hpe <HddImage> <Partn> <FileName> — extract file from the partition
  • rt11dsk hpa <HddImage> <Partn> <FileName> — add file to the partition

Parameters:

  • <ImageFile> is disk image in .dsk or .rtd format
  • <HddImage> is hard disk image file name
  • <Partn> is hard disk image partition number, 0..23
  • <FileName> is a file name to read from or save to

Options:

  • -oXXXXX — Set start offset to XXXXX; 0 by default (offsets 128 and 256 are detected by word 000240)
  • -ms0515 — Sector interleaving used for MS0515 disks
  • -hd32 — Hard disk with 32 MB partitions
  • -trimz — (Extract file commands) Trim trailing zeroes in the last block

NOTE: '-' character used as an option sign under Linux/Mac, '/' character under Windows.