Re: Adding a second drive

Filippo Carletti (carletti@mobilia.it)
Tue, 8 Jun 1999 14:43:32 +0200


>Transfer the information by using tar. DO NOT USE "cp"!!!! Change to the
root directory, and type:

Why ?
cp -a works nicely and it's faster then cpio -p

cpio is useful when you have to copy the root fs (find / -xdev ...)

cd /newdest && tar cf - /oldpath | tar xvf - is a handy tar usage example.

Ciao,
Filippo.

-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to majordomo@vger.rutgers.edu