Roger,
A bit of additional info, in case it might be useful. First, yes, blocks 1-6 are directory blocks. As well, keep in mind that files are stored contiguously on the disk. Another tidbit is that block 0 is the boot block on system disks. The boot block will probably be useless gibberish on a non-system disk, but bootable disks need block 0. The OS/8 run time image also sits in reserved blocks on a bootable system disk. If memory serves, it occupies something like blocks 10-77 but don't quote me on that. Just know that some number of blocks on a system disk are allocated to OS/8 system stuff.
An RK05 disk has two "sides" (it's really inner and outer cylinders but it's easy to think of it as being on sides) in OS/8. One side will be known as RKAx: and the other side will be known as RKBx:. An empty RK05 "side" that's not a system disk should have 3192 free blocks on it.
When/if you can access the disks in OS/8, the program FUTIL (File UTILity) is a great tool for poking around the disk image itself. Documentation is available online at:
http://www.pdp8.net/os/os8/futil.shtml. I've recovered many an accidentally-deleted file with FUTIL. Just be really, really careful with it because you can also corrupt a directory pretty easily with it if you don't keep an eye on what you're doing.
-- steve