Disk preservation

Post Reply
Steve Gray
Posts: 321
Joined: Mon Oct 06, 2008 1:54 pm
Location: Markham, Ontario, Canada
Contact:

Disk preservation

Post by Steve Gray »

Hi,

Just a thought/question. What is the best way to preserve OSI disks? Other systems have disk image/archiving formats like D64 (Commodore), DMS (Amiga), ATR (Atari), or ISO etc.

I guess tape archival is another question... perhaps recording them to MP3 or better, some lossless format.

Steve
C4P working, C1P working. 600D Replica working, C4P+D&N floppy not working. 505 board, 610 board, Mittendorf board, TOSIE hacker board need testing, PicoDOS disk untested.
bsudbrink
Posts: 13
Joined: Tue Sep 09, 2008 1:17 pm

Re: Disk preservation

Post by bsudbrink »

I'm in the process of dumping my OSI disks track by track to text files using the OSI dump program found with the windows OSI emulator package. I have also written a complementary program to take the track data from the serial port and write it back to the disk.
dave
Site Admin
Posts: 710
Joined: Tue Sep 09, 2008 5:24 am

Re: Disk preservation

Post by dave »

For tapes, a lossless format such as WAV would probably be better than MP3.

Ed has written a converter for Kansas City Standard WAV files (sampled at 22050 Hz) to binary data. The converter works both ways, which is useful. He provides a DOS binary, but if you are using another system, you will have to port the FORTH source to your local FORTH system. (Link: http://www.netbay.com.au/~dxforth/

I also found a KCS WAV file reader/decoder written in Perl by Martin Ward, which should run virtually any modern system and also tolerates higher sampling rates for improved detection on poor quality tapes (see the discussion on his web page and in the code.


For disks, Mark has extended Ed's disk dumper utility. This utility is downloaded to the OSI using the ROM-monitor loader via the serial port, (and then you could store it on disk, if you want to). When you run the program, it allows you to dump an entire disk to a disk image via the serial port. Mark supports disk images in his OsiEmu emulator, which is the most complete emulator for OSI. Here's the link: http://www.marks-lab.com/osi/ I think that would be a good format for storing disks. It may be necessary to write a reverse disk-dump utility to prepare a floppy from a disk image. I'm not sure if he's using raw tracks, or some kind of embellished format. Any comments, mark?

Good luck,

Dave
dave
Site Admin
Posts: 710
Joined: Tue Sep 09, 2008 5:24 am

Re: Disk preservation

Post by dave »

Looks like Bill posted while I was still typing. That's great bill! Any chance of making that program, and the disk images available?

Dave
bsudbrink
Posts: 13
Joined: Tue Sep 09, 2008 1:17 pm

Re: Disk preservation

Post by bsudbrink »

dave wrote:Looks like Bill posted while I was still typing. That's great bill! Any chance of making that program, and the disk images available?
That is my intention. I want to get things cleaned up a bit first.
Steve Gray
Posts: 321
Joined: Mon Oct 06, 2008 1:54 pm
Location: Markham, Ontario, Canada
Contact:

Re: Disk preservation

Post by Steve Gray »

bsudbrink wrote:I'm in the process of dumping my OSI disks track by track to text files using the OSI dump program found with the windows OSI emulator package. I have also written a complementary program to take the track data from the serial port and write it back to the disk.
Hmm, I never thought to check the emulator... makes sense. I guess I'll have to set my system back up and do some transfering!
I have a boxload of tapes I got with the Superboard I bought a few years back... no idea what's on them. The Superboard is not working and the cassette connections on my C4P need restoring...

Steve
C4P working, C1P working. 600D Replica working, C4P+D&N floppy not working. 505 board, 610 board, Mittendorf board, TOSIE hacker board need testing, PicoDOS disk untested.
Post Reply