Backups of Distibution Floppies

Dave Hammond daveh at marob.MASA.COM
Sun May 21 10:46:06 AEST 1989


In article <752 at mccc.UUCP> pjh at 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 ???

The easiest thing to do is use dd:
Floppy 0 to floppy 1:

	dd if=/dev/fd0 of=/dev/fd1

Or, floppy 0 to HD to floppy 0:

	dd if=/dev/fd0 of=/tmp/disk_image
	dd if=/tmp/disk_image of=/dev/fd0

--
Dave Hammond
daveh at marob.masa.com



More information about the Comp.unix.xenix mailing list