Xref: utzoo comp.unix.microport:3363 comp.unix.xenix:6123 Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!gatech!mcdchg!ddsw1!karl From: karl@ddsw1.MCS.COM (Karl Denninger) Newsgroups: comp.unix.microport,comp.unix.xenix Subject: Re: Backups of Distibution Floppies Summary: Backup method Message-ID: <3501@ddsw1.MCS.COM> Date: 23 May 89 15:15:08 GMT References: <752@mccc.UUCP> Reply-To: karl@ddsw1.UUCP (Karl Denninger) Followup-To: comp.unix.microport Distribution: usa Organization: Macro Computer Solutions, Inc., Mundelein, IL Lines: 30 In article <752@mccc.UUCP> pjh@mccc.UUCP (Pete Holsberg) writes: >I have Microport V/386 and a friend has SCO Xenix/386, and we were both >wondering how to make backups of the distribution floppy disks? Can you use >DISKCOPY or are they *NIX-formatted disks? If the latter, are they mountable, >or are the files tar/cpio archives? Or ??? This comes up often enough to warrant a post.... Format the destination diskette. Assuming a 1.2MB floppy: dd if=/dev/rfd096ds15 of=/tmp/disk bs=15k (Xenix) or dd if=/dev/rdsk/fd096ds15 of=/tmp/disk bs=15k (Microport) This copies the disk to a temporary file. Then, to make a dup, insert a blank formatted disk, and type: dd of=/dev/rfd096ds15 if=/tmp/disk bs=15k (Xenix) or dd of=/dev/rdsk/fd096ds15 if=/tmp/disk bs=15k (Microport) Don't forget to remove the 1.2MB file from /tmp when you're done! This works for both bootable and non-bootable Unix diskettes. -- Karl Denninger (karl@ddsw1.MCS.COM, !ddsw1!karl) Public Access Data Line: [+1 312 566-8911], Voice: [+1 312 566-8910] Macro Computer Solutions, Inc. "Quality Solutions at a Fair Price"