Thread: system moved
View Single Post

   
  #5 (permalink)  
Old 02-19-2008, 12:04 PM
=?ISO-8859-1?Q?=7ESCR=D8=D8GE=7E?=
 
Posts: n/a
Default Re: system moved

David wrote:

> ~SCRØØGE~ wrote:
>> i moved sys from hda1(5gb) to hdb1(60gb) but "df" report always the old
>> hd space (5gb)! anyone know how to fix?
>> thanx!

>
> How did you move it, "dd" or "cp"?

cp!

> Try it like this.
>
> First partition and format the 60GB drive.
>
> cd /
> mkdir /new
> mount /dev/hdb1 /new
>
> DON"T copy /proc or /new
> cp -ax bin boot dev etc ... /new/
> mkdir /new/proc

is what exactly i've done! perhaps in init 1 ! :-(


Reply With Quote