[Nolug] Re: ext3 to ReiserFS

From: Mark A. Hershberger <mah_at_everybody.org>
Date: Tue, 04 Nov 2003 10:20:41 -0600
Message-ID: <873cd49kbq.fsf@weblog.localhost>

Joey Kelly <joey@joeykelly.net> writes:

> When I say "copy", this might be more involved than "cp -R". I moved a
> partition once, and it wasn't fun. YMMV.

# (cd /old/partition; tar cf - .) | (cd /new/partition; tar xf -)

Or, for extra geek points, you could use cpio.

# (cd /old/partition; find . -type f -print0 | cpio -0o ) |
  (cd /new/partition; cpio -i -d)

Mark.

-- 
Peace is only better than war if peace isn't hell, too.
    -- Walker Percy, "The Second Coming"
___________________
Nolug mailing list
nolug@nolug.org
Received on 11/04/03

This archive was generated by hypermail 2.2.0 : 12/19/08 EST