[gentoo-user] migrating installation from one disk to another

2005-02-05 Thread Kumar Golap
Hi All, I am thinking of migrating my system disk (/usr etc..) to a bigger one Any ways of how to do that withuot doing a fresh install... May be its similar to how people may want to clone a system And more important is that my portage state needs to be remembered so that i can update later

Re: [gentoo-user] migrating installation from one disk to another

2005-02-05 Thread Nick Rout
On Sat, 2005-02-05 at 08:38 -0700, Kumar Golap wrote: > Hi All, > > I am thinking of migrating my system disk (/usr etc..) to a bigger one > > Any ways of how to do that withuot doing a fresh install... > > May be its similar to how people may want to clone a system > > And more important is

Re: [gentoo-user] migrating installation from one disk to another

2005-02-05 Thread Adam Collins
I'm not sure what you mean by "system disk," but it is fairly easy to move /usr to a new partition, if that's what you mean. If you want to move your entire "/" (root directory) to a new partition (or partitions), it's a bit more complicated but is fairly similar to the steps below. For my exa

Re: [gentoo-user] migrating installation from one disk to another

2005-02-05 Thread Phil Sexton
On Sat, 2005-02-05 at 15:01, Nick Rout wrote: > On Sat, 2005-02-05 at 08:38 -0700, Kumar Golap wrote: > > Hi All, > > > > I am thinking of migrating my system disk (/usr etc..) to a bigger one > > > > Any ways of how to do that withuot doing a fresh install... > > > > May be its similar to how

Re: [gentoo-user] migrating installation from one disk to another

2005-02-05 Thread Nick Rout
On Sat, 2005-02-05 at 12:10 -0800, Adam Collins wrote: > 8) Delete the data from the original /usr directory: > # mount --bind / /mnt > # cd /mnt > # rm -rf * <-- careful with this! > # cd / > # umount /mnt > > From here, you can run "df -h" to show your filesystem usage. That's > it. wh

Re: [gentoo-user] migrating installation from one disk to another

2005-02-05 Thread Mike Noble
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kumar Golap wrote: | Hi All, | | I am thinking of migrating my system disk (/usr etc..) to a bigger one | | Any ways of how to do that withuot doing a fresh install... | | May be its similar to how people may want to clone a system | | And more import

Re: [gentoo-user] migrating installation from one disk to another

2005-02-05 Thread Boyd Stephen Smith Jr.
On Saturday 05 February 2005 02:01 pm, Nick Rout <[EMAIL PROTECTED]> wrote: > On Sat, 2005-02-05 at 08:38 -0700, Kumar Golap wrote: > > Hi All, > > > > I am thinking of migrating my system disk (/usr etc..) to a bigger > > one For future systems, you might check out LVM/EVMS. Either would allow

Re: [gentoo-user] migrating installation from one disk to another

2005-02-05 Thread Antoine
Nick Rout wrote: On Sat, 2005-02-05 at 08:38 -0700, Kumar Golap wrote: Hi All, I am thinking of migrating my system disk (/usr etc..) to a bigger one Any ways of how to do that withuot doing a fresh install... May be its similar to how people may want to clone a system And more important is that

Re: [gentoo-user] migrating installation from one disk to another

2005-02-06 Thread Adam Collins
I knew there was a reason I put that note of caution there! Obviously I didn't test it out... yes, you are correct that would indeed delete everything from the old root partition. It should be this instead: # cd /mnt/usr On Saturday 05 February 2005 12:25 pm, Nick Rout wrote: > On Sat, 2005-0

Re: [gentoo-user] migrating installation from one disk to another

2005-02-07 Thread Kevin Philp
Read the follwoing note: http://sentinelsecurity.net/whitepapers/diskcloning.pdf I used this to clone all the partitions on one harddrive and copy them to another, including the boot partition. Easy and it works. Kevin. On Saturday 5 February 2005 20:01, Nick Rout wrote: >On Sat, 2005-02-05

Re: [gentoo-user] migrating installation from one disk to another

2005-02-07 Thread Neil Bothwick
On Mon, 7 Feb 2005 09:25:05 +, Kevin Philp wrote: > http://sentinelsecurity.net/whitepapers/diskcloning.pdf > > I used this to clone all the partitions on one harddrive and copy them > to another, including the boot partition. Easy and it works. The main problem with this approach is that