fluxengine icon indicating copy to clipboard operation
fluxengine copied to clipboard

DEC Rainbow RX50 disks MS-DOS/FAT file system support

Open jfcarrano opened this issue 1 year ago • 9 comments

From my testing it looks like filesystem access for DEC Rainbow RX50 disks with MS-DOS/FAT are not supported by fluxengine. Is that correct? If so, would it be possible to add that? I'm hoping to copy some files out of the disk images I have.

jfcarrano avatar Oct 17 '23 20:10 jfcarrano

Yes, should be --- it just depends on how quirky the format is. The first thing to try is just adding filesystem.fatfs= to the custom configuration (the button to the right of the format dropdown). That'll use the default settings.

davidgiven avatar Oct 17 '23 20:10 davidgiven

Thanks for the quick reply. I've added that line to the config but get this error when clicking Browse files, "can't set this config value type."

jfcarrano avatar Oct 18 '23 15:10 jfcarrano

Urgh.

Try filesystem.fatfs={}. It's been a while since I touched this stuff...

davidgiven avatar Oct 18 '23 15:10 davidgiven

Sadly, getting the same error with that too

jfcarrano avatar Oct 18 '23 16:10 jfcarrano

Great, looks like I broke that.

If you create a text file containing:

filesystem { fatfs {} }

...save it as fat.textpb in the current directory, then you should be able to put fat.textpb in the extra config and it'll load the settings from that file.

davidgiven avatar Oct 19 '23 23:10 davidgiven

The other error is gone but now I am back to: "no filesystem configured" when attempting to browse files. I have the textpb file in the directory with the GUI and am launching it from there. Is that the correct spot for that?

jfcarrano avatar Oct 20 '23 20:10 jfcarrano

Sorry for the delay, been doing bugfixes...

Also, I'm afraid I misled you. I changed the way this works and then forgot about it. Try:

filesystem.type=FATFS

...in the extra config box. You don't need any files.

davidgiven avatar Oct 30 '23 23:10 davidgiven

No worries! Just tried that out and get the error "Invalid Filesystem" when I click Browse files. Assuming that's not a config issue, this might be progress?

jfcarrano avatar Oct 31 '23 16:10 jfcarrano

I'm curious if you've made any progress on this? No worries if not, just figuring out if I should go attempt some of the other methods I've seen to extract files from these disk images

jfcarrano avatar Apr 17 '24 15:04 jfcarrano