Page 1 of 1

Solid state storage

PostPosted: July 7th, 2020, 10:58 am
by TronDD
Has anyone found a usable storage solution using CF cards or SD cards. Can a CF card adapter be used with an FDC+?

As I don't have existing floppy drives or media, I'd like to avoid it if I can.

I suppose one option is storage over serial to anther system. How does the speed compare to a real drive? Would it be possible to get the source for the server or a protocol description so it can be ported to a *nix OS?

Re: Solid state storage

PostPosted: July 7th, 2020, 12:09 pm
by toml_12953
TronDD wrote:Has anyone found a usable storage solution using CF cards or SD cards. Can a CF card adapter be used with an FDC+?

As I don't have existing floppy drives or media, I'd like to avoid it if I can.

I suppose one option is storage over serial to anther system. How does the speed compare to a real drive? Would it be possible to get the source for the server or a protocol description so it can be ported to a *nix OS?


The serial link is as fast as physical floppies. You could have a cheap laptop used only as a disk server to the Altair.

Tom L

Re: Solid state storage

PostPosted: July 7th, 2020, 12:59 pm
by TronDD
Ah, right. It does say that in the docs. Thanks.

Would be nice to be able to run the server software on a little Pi Zero or something.

Re: Solid state storage

PostPosted: July 8th, 2020, 1:58 pm
by AltairClone
Patrick Linstruth has written a version of the FDC+ server that runs on a Raspberry pi.

Mike

Re: Solid state storage

PostPosted: July 9th, 2020, 3:25 pm
by TronDD
Thanks. I see he's on some of the Google groups. I'll try contact him when I get to that point.

Re: Solid state storage

PostPosted: August 4th, 2020, 7:49 pm
by AltairClone
I’m working on a solid state replacement for early disk drives. This will be a very low-level floppy drive emulation that simply records the flux transition pulses on the write data line during writes and then plays them back on the read data line the rest of the time. The unit needs to know nothing more than the rotation rate of the drive and the number of hard sectors (if any) to replace most any 8”, 5.25”, or 3.5” floppy drive.

Mike

Re: Solid state storage

PostPosted: August 4th, 2020, 8:01 pm
by toml_12953
AltairClone wrote:I’m working on a solid state replacement for early disk drives. This will be a very low-level floppy drive emulation that simply records the flux transition pulses on the write data line during writes and then plays them back on the read data line the rest of the time. The unit needs to know nothing more than the rotation rate of the drive and the number of hard sectors (if any) to replace most any 8”, 5.25”, or 3.5” floppy drive.

Mike


Do you plan on making it generally usable on the 8800c for example or will it require a Clone?

Re: Solid state storage

PostPosted: August 5th, 2020, 8:30 am
by TronDD
Cool. I ended up picking up one of these to try out:

http://s100computers.com/My%20System%20 ... 20Card.htm

It does require modification to CP/M to teach it how to talk to the cards, though.

Mike, sounds like you're working on replacing just the drive and interfacing with existing FDC cards?

Re: Solid state storage

PostPosted: August 5th, 2020, 9:56 am
by AltairClone
The "flux recorder" looks exactly like a floppy drive to a vintage controller. It will connect to and work with most any real floppy controller in old machines. This includes the Altair FDC+, Tarbell, North Star, Micropolis, Vector Graphic, Polymorphic, Jade, Processor Technology, and other vintage floppy controllers.

Mike