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 ! :-( |