Path: utzoo!attcan!uunet!cs.utexas.edu!news-server.csri.toronto.edu!utgpu!watserv1!ria!uwovax!35002_3025 From: 35002_3025@uwovax.uwo.ca Newsgroups: comp.unix.aix Subject: Re: Copying Diskettes Message-ID: <6611.26bd437a@uwovax.uwo.ca> Date: 6 Aug 90 14:16:26 GMT References: <26B9D6A8.8507@maccs.dcss.mcmaster.ca> Followup-To: comp.unix.aix Distribution: na Lines: 33 In article <26B9D6A8.8507@maccs.dcss.mcmaster.ca>, rob@maccs.dcss.mcmaster.ca (Rob McDonald) writes: > I need to copy a lot of diskettes on our RT running AIX 2.2.1. I have two > 1.2 Mb floppies. If I use: > dd if=/dev/fd0 of=/dev/fd1 > it takes a ridiculous amount of time. Is there a faster way? (Maybe the > right way?) > ......rob > > -- > EMAIL: rob@maccs.dcss.mcmaster.ca <<< Standard Disclaimers Apply >>> > ARCHAIC: Steltech, 1375 Kerns Rd., Burlington, Ontario, Canada, L7P 3H8. I have copied disk by copying the device as a file in the past. i.e.: cp /dev/fd0 /disk1 cp /disk1 /dev/fd1 This works well and may be faster. -- Kevin-john Conway ...a librarian from hell... School of Library and Information Science University of Western Ontario London Canada "...deviants from the norm..." "My ideas may be silly, but I'm not. I'm positively skewed!" 35002_3025@uwovax.uwo.ca conway@uwovax.bitnet kjc@uwovax.bitnet