Date : Tue, 18 Jul 2006 07:32:38 -0700
From : Angus Duggan <angus_beeb@...>
Subject: Re: Getting .SSD disk images onto a beeb...
Jules Richardson wrote:
>
> OK, what are my options here?
>
> I've got a beeb (obviously), a PC running Linux, a copy of xfer for
> Linux, and an xfer cable.
>
> I know both xfer and the cable work; I've used them before. I thought
> xfer (v4) handled disk image transfer as well as single files, but I
> can't see anywhere in the docs where it says this, let alone what image
> file formats it supports at the PC end.
v4 supports reading a whole SSD or DSD image using the "G" command. It
doesn't support sending an SSD or DSD image to the beeb.
> Worst-case, who maintains the SSD/DSD spec? If that's published
> somewhere I could write something quickly to rip the individual files
> out of the SSD image under Linux, then xfer them across to a formatted
> floppy...
SSD/DSD is just a sector dump of a DNFS format whole disc. I wrote a simple
program to add a single file to an SSD/DSD image before I knew about BBC
Explorer, it's at ftp.knackered.org/pub/angus/BBC/addfile.zip, with source
code. It should build for Linux and Windows, you can rip out the catalogue
extraction code and turn it into a file extractor easily. I might be able to
give a hand if you're stuck.
a.