VOGONS


First post, by starrlord

User metadata
Rank Newbie
Rank
Newbie

Hey folks, I wrote the below utility to make it easy for people like myself who have an older machine that uses Ontrack Disk Overlay, but still want to be able to copy data to the Ontrack drive's partition's from a modern Windows system. You generally don't need Ontrack if you've got XT-IDE, but until then, this works pretty well.

My hope is that it's useful to someone other than myself.

Ontrack Volume Mounter GUI - Windows tool for mounting Ontrack volumes

Made a Windows GUI tool to mount Ontrack Disk Manager volumes on modern systems. Figured it might be useful for others dealing with CF cards and vintage drives.

What it does

Mounts Ontrack volumes using ImDisk with the correct 64,512-byte offset. No more firing up old hardware just to access files on a CF card.

Main features:
- Auto-detects partitions on Ontrack volumes
- Handles extended partitions and logical drives
- Read-only mounting by default (safer)
- Only scans USB/removable drives
- Modern WPF interface

Why I built this

Got tired of the usual workflow: pull CF card from retro machine, realize Windows can't see it, put it back, boot old system, transfer files over network. Now you can just mount the Ontrack volume directly.

Perfect for IDE-to-CF setups where you need Ontrack on the vintage machine but want easy file access on modern Windows.

The tool handles all the offset math and partition detection automatically.

Technical notes

Ontrack places the real MBR at sector 63 and offsets partitions by another 63 sectors. This tool accounts for that and can parse the resulting partition tables, including extended partitions with logical drives.

Uses ImDisk's offset mounting feature so no data gets copied around.

Download

GitHub: https://github.com/starrlord/OntrackMounterGUI
Releases: https://github.com/starrlord/OntrackMounterGU … eleases/tag/1.2

Let me know if this helps anyone else dealing with Ontrack volumes. Always interested in hearing what vintage systems people are working with.

Reply 1 of 6, by nfraser01

User metadata
Rank Member
Rank
Member

Great work. I've only ever hard to use Ontrack a couple of times , but this may be useful in the future. Thanks

Reply 2 of 6, by daleftw

User metadata
Rank Newbie
Rank
Newbie

This is our new go-to solution for transferring files. Used successfully on 386sx with compact flash adapter.

Thank you for your great work!

Reply 4 of 6, by wierd_w

User metadata
Rank Oldbie
Rank
Oldbie

A very welcome tool! Not everything that somebody would use a CF adapter in is able to use XT-IDE. (like vintage laptops!)

Sadly, the thing I find I am truly missing in life is a Drivespace(3)/Stacker compressed volume file mounter for modern windows. (Or linux, I dont mind!)
I could do a number of very interesting projects much more easily if I had one of those.

As is, I have to do silly things with flat disk images and virtual machines to mess with these.

Reply 5 of 6, by doshea

User metadata
Rank Oldbie
Rank
Oldbie
wierd_w wrote on 2025-10-26, 19:03:

Sadly, the thing I find I am truly missing in life is a Drivespace(3)/Stacker compressed volume file mounter for modern windows. (Or linux, I dont mind!)

As I mentioned in this post on vcfed, I thought I could easily stitch together a Linux solution for arbitrary compressed volume types, but if you keep reading the thread (don't bother 😁) you'll see the problem I found was that there was actually no nice way to export a share from DOS to Linux, so I'm working on that part now and have a thread here on vogons about that. The network mounting part seems to work fine but is read-only so far, and I haven't released it yet. The rest seems like it should be easily built on top of that when it's done. Do you think a solution like this would work for you, and would it be of any use before I make the filesystem exported from DOS writable?

Reply 6 of 6, by wierd_w

User metadata
Rank Oldbie
Rank
Oldbie

I'd be happy with even something that treats it like a compressed archive file, rather than just mounting it live.