Copying Diskettes

35002_3025 at uwovax.uwo.ca 35002_3025 at uwovax.uwo.ca
Tue Aug 7 00:16:26 AEST 1990


In article <26B9D6A8.8507 at maccs.dcss.mcmaster.ca>, rob at 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 at 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 at uwovax.uwo.ca
conway at uwovax.bitnet
kjc at uwovax.bitnet



More information about the Comp.unix.aix mailing list