debug-a-disk-problem

star 13

Enable an agent to debug disk problems

pevans By pevans schedule Updated 1/12/2026

name: Debug a disk problem description: Enable an agent to debug disk problems

Debug a disk problem

If you need to see what might be wrong with reading or writing to a disk, you can look at the debug file that ends in .disklog. This file is the disk log. It records the time of each byte read or written, and what instruction was executed to perform the operation.

Each line has "RD" (for reads) or "WR" (for writes) to indicate what took place.

You can also find the physical encoding of a disk image in a debug file that ends in .physical.

When debugging anything, several other files are helpful:

  • the metrics file (how many times certain events occur; ends in .metrics)
  • the instruction log (all instructions sorted by place in memory it was executed; file ends in .asm)
  • the timeset file (how much time each instruction took; ends in .time)
Install via CLI
npx skills add https://github.com/pevans/erc --skill debug-a-disk-problem
Repository Details
star Stars 13
call_split Forks 2
navigation Branch main
article Path SKILL.md
More from Creator