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
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
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