My grandfather had an old Swintec word processor that used floppy disks
of some unknown size and format (he passed away, and no longer has the
word processor). I have some of his disks, and want to find out if any
of the things he's written are on them. The floppies show up as
unformatted when I put them in my Windows XP box. I did a
dd if=/dev/fd0 of=./foo
on one of the disks, and foo ended up being a 1440K file mainly filled
with 0s (there was some unrecognizable data in the middle of the disk,
though only a few bytes).
Some current Swintec typewriters indicate that they use 180K floppies,
and I'd be suprised if the old word processors used any more (he
probably had it 15-20 years ago). The disks themselves are only 720K
disks.
Does anyone know if Swintec has used a standard format for the past
20 years, and if so, if there is a way to recover at least the raw data
from the floppy? At the very least, can someone explain to me (or
direct me to a place that explains to me) how/if I can tell dd to assume
that the floppy is formatted with a different size than 1440K? Any
other advice/suggestions/etc?
Thank you.
Jeff Rugen