Michal Schmidt wrote:
Goswin von Brederlow wrote:
Kilian <[EMAIL PROTECTED]> writes:
5.  Copy the existing Debian system to the new RAID

     $ mkdir -p /mnt/newroot
     $ mount /dev/md0 /mnt/newroot
     $ cd /
     $ find . -xdev | cpio -pm /mnt/newroot

Fun, fun. A copy of /proc. That's a few Gig wasted depending on the
size of /proc/kcore.

Umm, that's prevented by the -xdev option, isn't it?

It is, since -xdev prevents find from descending directories on other filesystems, which is exactly what /proc is.

        -- Kilian


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to