cadius icon indicating copy to clipboard operation
cadius copied to clipboard

A maintained fork of BrutalDeluxe's Cadius ProDOS disk imaging utility (used for making Apple II disk images).

Results 18 cadius issues
Sort by recently updated
recently updated
newest added

When adding a file and the last block on the volume will be used, the block allocation fails and a bogus index file is created. **Repro:** * Create a 140k...

bug

I was relocating the contents of a large image to a smaller image. I began by extracting the contents of the larger image recursively, which worked: ``` block:A2.DESKTOP apple2geek$ cadius...

Add an option to write or extract boot blocks 0 & 1 from a disk image.

When moving stuff to my IIgs, I would always `dd` the image off of a CF card, make an edit using CADIUS, and then `dd` it back. I would like...

WIP

A starter for #20. I've only tested ADDFILE.

There are a lot of warnings that happen while compiling (at least on macOS). Those should be cleaned up. As it happens, I'm working on that now and have a...

I notice that AddFile already returns a result code but it isn't returned by Main. Some others such as Set/ClearFileHighBit also return one but they can be run on multiple...

As a user, I would like to be able to access block devices (and subsequent partitions & volumes under each) such that I may transfer data without having to `dd`...

enhancement

Repro: 1. `mkdir /tmp/foo` 2. `cadius EXTRACTFILE example.2mg "/VOL/FILE" /tmp/foo` Expected: * File is extracted to `/tmp/foo` Actual: * File is extracted to `/tmp/foo` but empty directories `tmp` and `tmp/foo`...

When checking if a file block can be sparse (i.e. not actually allocated on disk), ensure the test always fails for the first block of the file, as this would...