On 12/5/05, Claude Jones <claude_jones@xxxxxxxxxxxxxx> wrote:
On Sun December 4 2005 3:58 pm, Anil Kumar Sharma wrote:
> Slip-up on my part -
> To move file from /home (old) to /home (new) U need to temporarily mount
> the /dev/sda1 in the first place.
>
> $ su -
> password: *******
>
> # mkdir /mnt/my80gigHOME ! this is a new folder in your old drive
> # mount -t ext3 /dev/sda1 /mnt/my80gigHOME
snip
cp -pr /home /mnt/my80gighome
This was wrong see the difference.