mirror of
https://github.com/nzeemin/ukncbtl-utils.git
synced 2025-04-18 06:04:02 +03:00
rt11dsk
Command-line utility used to work with floppy/IDE disk images.
Disk image commands:
rt11dsk l <ImageFile>
— list image contentsrt11dsk e <ImageFile> <FileName>
— extract filert11dsk a <ImageFile> <FileName>
— add filert11dsk x <ImageFile>
— extract all filesrt11dsk d <ImageFile> <FileName>
— delete filert11dsk xu <ImageFile>
— extract all unused space
Hard disk image commands:
rt11dsk hl <HddImage>
— list HDD image partitionsrt11dsk hx <HddImage> <Partn> <FileName>
— extract partition to filert11dsk hu <HddImage> <Partn> <FileName>
— update partition from the filert11dsk hi <HddImage>
— invert HDD image filert11dsk hpl <HddImage> <Partn>
— list partition contentsrt11dsk hpe <HddImage> <Partn> <FileName>
— extract file from the partitionrt11dsk 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.