• Please review our updated Terms and Rules here
  • From now on we will require that a prefix is set for any items in the sales area. We have created regions and locations for this. We also require that you select a delivery option before posting your listing. This will hopefully help us streamline the things that get listed for sales here and help local people better advertise their items, especially for local only sales. New sales rules are also coming, so stay tuned.

WTB: kryoflux and compatible drive

tblake05

Experienced Member
Joined
Aug 21, 2017
Messages
295
Location
Minnesota
Hello all,

just acquired a pile of old 5 1/4 floppy disks. Was told they could contain some old fortran/cobol programs as well as trs-80 programs and typed in BASIC games from pc world magazines some 40+ years ago. I’m intrigued, but I want a way to read the disks RAW data and dissect it from there. Kryoflux seems the ticket. That said....

anyone have a kryoflux available they aren’t using anymore. Also in search of the most compatible 5 1/4 drive to the kryoflux. Has to be able to read both sides. And SD, DD, and HD. Any recommendations I can source off eBay?

This is not one of my pressing projects, but in the future when I extract the data, anyone want to help me go through the files for anything interesting?

~Tim
 
You have other options available that are less expensive such as Supercard Pro by Jim Drew, GreaseWeazle by Keir Frasier, and
Fluxengine by David Given. The Kryoflux is the most expensive option, and will do the job.

Kryoflux:
You will likely be making files for each track of every floppy, and those can be streamed back to make multiple copies of the
original floppy. So, there will probably be a mix of 40 Track (48TPI) and 80 Track (96 TPI) files for all the floppy's you process.
The best option would be a 360K and 1.2M Floppy drive available so you have both 48 & 96 TPI Drives for the reads. The
Kryoflux will give you information on the reads as you process the floppy if you use the command line switch to show that
information. The Streamed files (.RAW) are not the RAW type you are referencing, as you are wanting an actual Sector
Dump (RAW Data). You should end up with an individual sub-directory for each processed floppy's Streamed files. You will
have to make an intermediate conversion to .IPF, then create a .IMD file to allow creating the .RAW image.

There is a Kryoflux Guide at https://forum.kryoflux.com/viewtopic.php?f=3&t=853

The Supercard Pro, GreaseWeazle, and Fluxengine should give similar results at a lower cost.

I prefer TEAC Floppy Drives for 5.25" floppy's, but a Tandon TM-100-2A will also do the job for a 48TPI Floppy,
and a TM-100-4 will handle 96 TPI floppy's.


chuck(G) recommends a thin film of cyclomethicone for floppy lubricant.

Post #7 & #9
https://www.vcfed.org/forum/forum/c...destroying-floppy-drives=&highlight=Lubricant


Post #2
https://www.vcfed.org/forum/forum/c...r-bad-before-putting-it-in-a-drive#post958195

Larry
 
Last edited:
Thanks!! Will seek out a TEAC as well as check into Supercard Pro, GreaseWeazle, and Fluxengine. Appreciate the info!
 
Other software you will also want/need is:

SAMDISK https://simonowen.com/samdisk/
Used for making conversions

libdsk & cpmtools can be used to access files in CP/M Images
Requires CP/M Definition(s) for libdsk & cpmtools

libdsk https://www.seasip.info/Unix/LibDsk/
dsktrans Can write direct to floppy

cpmtools http://www.moria.de/~michael/cpmtools/


Imagedisk can create .RAW or .IMD files from various type images

Imagedisk by Dave Dunfield
IMD http://dunfield.classiccmp.org/img/
TD02IMD
IMDA
IMDU
BIN2IMD Latest BUGFIX UPDATE still not released [I have an updated copy from Dave].


Larry
 
The hxc software will read the kryoflux raw files and allow you to export a sector image, will this not work for cp/m or trs-80 floppies?
 
The HxC Softare sure will, and it will run on Windows & Linux, but I didn't mention it on purpose because that is opening up another can of worms
to mix with the already open three cans of worms.

Larry
 
Back
Top