I copied all of the data with cp -R. I'm pretty sure I unmounted both of them with umount. When I go to mount the drives in the destination machine I use the command mount -t ext3 /dev/sdX /copy. Am I ...