Hi All I want to copy all files in a partition to another partition. Can I do the following? dd if=dev/hda5/* of=dev/hda6/* If not how do I need to modify this or what should I utilize? Thanks Frank