Hi,
I wonder if you can help me, I feel I am so close but so far
I had a 20Gb drive in my machine with Slackware 9.1 which I wanted to replace with a new 120Gb drive. This bit went fine, I installed the 120Gb drive, booted into knoppix, did a "dd if=/dev/hda of=/dev/hdb" and removed the old 20Gb drive.
This works great, boots straight up and no data lost

but obviously I have the old partition sizes...
Code:
Disk /dev/hda: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 1 63 506016 82 Linux swap
/dev/hda2 * 64 1184 9004432+ 83 Linux
/dev/hda3 1185 2491 10498477+ 83 Linux
So now I just want to grow /home (hda3) into all that lovely fresh space :-)
I must be googling for the wrong things, could anybody please tell me how to do the last bit??
Thank you very much in advance.
Dan