Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!orstcs!statware!scf From: scf@statware.UUCP (Steve Fullerton) Newsgroups: comp.unix.xenix Subject: making AT&T 3B2 diskettes from XENIX Message-ID: <3622@statware.UUCP> Date: 21 Jul 89 21:02:47 GMT Reply-To: scf%statware.UUCP@cs.orst.edu (Steve Fullerton) Distribution: na Organization: Statware, Corvallis, Oregon Lines: 31 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