diskette copying in rt/aix

Nicholas J. Simicich njs at scifi.UUCP
Sat Oct 14 11:21:27 AEST 1989


In article <1957 at cunixc.cc.columbia.edu> tim at cunixc.cc.columbia.edu
(Timothy Jones) writes:

>How do I make copies of diskettes under rt/aix?  I'm trying to make
>backups of some "installp" diskettes.

Something on the order of:

dd if=/dev/fd0 of=/tmp/diskette bs=76800

then swap diskettes, and

dd if=/tmp/diskette of=/dev/fd0 bs=76800


The "format" command will format an unformatted diskette, if you need
to do that.  It is important to use the bs=76800, as a large blocksize
which is a multiple of 7680 makes everything work lots better, as
there are no missed rotations and so forth.


-- 
Nick Simicich --- uunet!bywater!scifi!njs --- njs at ibm.com (Internet)



More information about the Comp.unix.aix mailing list