linux-lvm.redhat.com archive mirror
 help / color / mirror / Atom feed
From: Torsten Landschoff <torsten@pclab.ifg.uni-kiel.de>
To: "Peter C. Norton" <spacey@lenin.nu>
Cc: "Shaw, Marco" <marco.shaw@nbtel.nb.ca>, linux-lvm@msede.com
Subject: Re: [linux-lvm] lvm'ing root fs
Date: Tue, 11 Apr 2000 07:24:15 +0200	[thread overview]
Message-ID: <20000411072415.B22002@pclab.ifg.uni-kiel.de> (raw)
In-Reply-To: <20000410212132.C21194@lenin.nu>; from spacey@lenin.nu on Mon, Apr 10, 2000 at 09:21:32PM -0700

On Mon, Apr 10, 2000 at 09:21:32PM -0700, Peter C. Norton wrote:
> Looking at that a second time, you may be better off adding the "-type f"
> flag to find so you don't include /usr, etc.
> 
> On Mon, Apr 10, 2000 at 08:43:58PM -0700, Peter C. Norton wrote:
> > You may want to do the following:
> > 
> > cd /; find . -xdev -print | xargs tar -cf - | (cd /mnt/root_vg; tar -xf -)

If you want to use tar the easiest way is to use is probably in the Tips-HOWTO:

2.6.  Moving directories between filesystems. Alan Cox, A.Cox@swansea.ac.uk 

    Quick way to move an entire tree of files from one disk to another

   (cd /source/directory && tar cf - . ) | (cd /dest/directory && tar xvfp -)

HTH

	Torsten

  parent reply	other threads:[~2000-04-11  5:24 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-04-11  0:59 [linux-lvm] lvm'ing root fs Shaw, Marco
2000-04-11  2:45 ` Andreas Dilger
2000-04-11  3:43 ` Peter C. Norton
2000-04-11  4:21   ` Peter C. Norton
2000-04-11  4:51     ` Michael Loftis
2000-04-11  5:10       ` Peter C. Norton
2000-04-11  5:24     ` Torsten Landschoff [this message]
2000-04-11  6:14       ` Ulf Bartelt
2000-04-11  8:43         ` Re[2]: " Jens Bruckmann
2000-04-11 19:01           ` Luca Berra
2000-04-11  5:22 ` Torsten Landschoff
2000-04-11  9:31 ` Patrick Boutilier
2000-04-11  9:32 ` Patrick Boutilier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20000411072415.B22002@pclab.ifg.uni-kiel.de \
    --to=torsten@pclab.ifg.uni-kiel.de \
    --cc=linux-lvm@msede.com \
    --cc=marco.shaw@nbtel.nb.ca \
    --cc=spacey@lenin.nu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).