On Fri, 10 Dec 1999, you wrote:
> This is a stretch. But...
> Speaking of SCO. Is it possible for Linux to read SCO disks? I have dBase IV
> for SCO, (really, it is a licensed copy), and would like to try to install on
> Linux, but I can't mount the floppy.
> I get an error saying wrong filesystem, bad superblock, etc.. no matter which
> filesystem I try to mount as..
>
I could be wrong on this, but I *thought* Linux would read
just about any *nix drive. You may have to make disk
images (does the "dd" command work in SCO?) copy the images
to your Linux box, re-write 'em using the dd command the
other way and see if that works.
Basically what you'd need to do (assuming "dd" works under
SCO) is dd if=/dev/fd0 (or equivalent) of=<filename.img>
and then just reverse the process when you get the image
files onto your linux system.
John