RE: Moving root partition

2003-08-18 Thread Otto Haliburton
2003 7:56 PM > To: [EMAIL PROTECTED] > Subject: Re: Moving root partition > > On Mon, 18 Aug 2003 18:03:49 -0600 > "Christian Fredrickson" <[EMAIL PROTECTED]> wrote: > > > I have a disk drive that required a new driver be compiled on RedHat > 9 in > &g

Re: Moving root partition

2003-08-18 Thread Sean Estabrooks
On Mon, 18 Aug 2003 18:03:49 -0600 "Christian Fredrickson" <[EMAIL PROTECTED]> wrote: > I have a disk drive that required a new driver be compiled on RedHat 9 in > order to work. I want to move / to the new drive. I mapped the new drive as > /newRoot and used find . -depth -print | cpio -padumV /n

Moving root partition

2003-08-18 Thread Christian Fredrickson
I have a disk drive that required a new driver be compiled on RedHat 9 in order to work. I want to move / to the new drive. I mapped the new drive as /newRoot and used find . -depth -print | cpio -padumV /newRoot to copy / to the new drive. I edit fstab to mount old root to /newRoot and mount the