









|
[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
[NMLUG] hard drive replacement how to,
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Tim Emerick wrote:
> Someone noted that dd is very slow. Probably explains why dd was still
> cranking away on my 250gig this morning when I woke up.
dd is slow if you use the default option for blocksize, which, IIRC, was
designed to be backward compatible to magnetic tapes. Try dd if=/dev/hda2
of=/dev/hdb2 bs=1M (replacing the if= and of= correctly.) If it chokes on that
argument, try bs=1048576
- -- Pi
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)
iD8DBQFEgeydKaiGM/xGKzQRAtKHAJ0XXJuWJwl4+mhcZkvdHn7gZ/U0cQCfb3E+
lOdNa2FHg8b+dCLTpnLLP0U=
=CHf4
-----END PGP SIGNATURE-----
|
|