making AT&T 3B2 diskettes from XENIX

Steve Fullerton scf at statware.UUCP
Sat Jul 22 07:02:47 AEST 1989


I have been trying to write diskettes to be read on an AT&T 3B2
system.  From reading the 3B2 manuals and talking to users, the
3B2 uses a 96 TPI DS/DD disk with 80 tracks, 512 byte sectors, and
9 sectors per track.  This results in a 720 Kb disk.  Reading over
the SCO XENIX HW man pages, this should be /dev/rfd096ds9.  I formatted
several of the appropriate disks and wrote them using cpio as follows:

find . -depth -print | cpio -oBca >/dev/rfd096ds9

On the 3B2 I tried to read the contents by:

cpio -itvBca </dev/rSA/diskette

Everything seems okay as long as cpio doesn't require multiple disks,
I am able to read the disk on a 3B2.  However, when using multiple disks,
cpio on the 3B2 requests the next disk (like you would expect) and then
the read starts failing.  Sometimes it starts displaying garbage file
names (with the -itv options) and other times it just reads on and on
displaying nothing.  It always seems to do it on the last disk of the
cpio volume.  I have even tried displaying the contents on another
XENIX system just in case there was a disk drive alignment problem.
This works fine.

If anyone has solved this problem or has any suggestions or clues I
would appreciate hearing about them.

-- 
Steve Fullerton                        Statware, Inc.
scf%statware.uucp at cs.orst.edu          260 SW Madison Ave, Suite 109
orstcs!statware!scf                    Corvallis, OR  97333
                                       503/753-5382



More information about the Comp.unix.xenix mailing list