Using "dd" copy copy disk partitions

Marcus J. Ranum mjr at hussar.dco.dec.com
Sun May 19 03:03:58 AEST 1991


	Using dd to copy filesystems can also be a whole lot slower than
using dump | restore, since dd will copy unused blocks as well as used
ones, which dump is smart enough to avoid. In the filesystem is 1/2 full,
dump | restore should be twice as fast as dd'ing the filesystem.

	I suppose there might be another benfit of using dump | restore
since the filesystem will have a nice opportunity to lay stuff out in
rotational proximity.

	One thing I can't remember - if you copy the 'c' device with
dd, don't you also wind up replacing the bad block table on the destination
disk with the bad block table from the donor? The possible side effects
of that could be interesting.

mjr.



More information about the Comp.unix.ultrix mailing list