You do need to make the partitions first and format them.
If you want, you can make them larger. Then, after restoring the image to the partitions, you can resize the filesystem so it uses the whole partition.
For example:
#Note: the partition needs to be un-mounted for this.
umount /mnt/hda1
e2fsck -f /dev/hda1
resize2fs -f /dev/hda1
Last edited by homey; 12-13-2006 at 02:31 PM.
|