Date: Sun, 18 Mar 2001 13:13:15 -0800 From: richard childers <fscked@pacbell.net> To: "Brandon S. Allbery KF8NH" <allbery@ece.cmu.edu> Cc: Mike Meyer <mwm@mired.org>, questions@FreeBSD.ORG Subject: Re: Migrating freebsd to a larger partition? Message-ID: <3AB524EB.F9C0590D@pacbell.net> References: <39600000.984925985@pyanfar.ece.cmu.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
I may have missed some of the context here ... but what's wrong with % ( cd /src/dir ; tar cf - . ) | ( cd /target/dir ; tar xvBpf - ) ... or something along those lines? -- richard "Brandon S. Allbery KF8NH" wrote: > On Sunday, March 18, 2001 05:04:39 -0600, Mike Meyer <mwm@mired.org> wrote: > +----- > | The problem with this is that "cp -R" doesn't correctly handle a file > | with more than one link to it. This means you're wasting a lot of > +--->8 > > *shrug* I can try to do the dump/restore, the problem is that I'm moving > from one big partition to separate / and /usr and the current / won't fit > in the new one. > > -- > brandon s. allbery [os/2][linux][solaris][japh] allbery@kf8nh.apk.net > system administrator [WAY too many hats] allbery@ece.cmu.edu > electrical and computer engineering KF8NH > carnegie mellon university ["better check the oblivious first" -ke6sls] > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Richard A. Childers Senor UNIX Administrator fscked@pacbell.net (email) 415.664.6291 (voice/msgs) # Providing administrative expertise (not 'damage control') since 1986. # PGP fingerprint: 7EFF 164A E878 7B04 8E9F 32B6 72C2 D8A2 582C 4AFA To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3AB524EB.F9C0590D>