> I wouldn't trust dd unless the partitions are *exactly* the same size. > dd is perfectly fine as long as the destination is the same size or larger. I have used dd at work dozens of times to move a drive to a larger one. After this you can use fdisk to extend the partition and then use the appropriate fs tool to grow the filesystem. John