I am trying to copy files from one hard drive to another in my home server using the cp
command. I am copying from an NTFS-formatted partition to an ext4 partition on a new hard drive I have installed.
Is it possible for the cp
command to corrupt the transferred files?
Should I be using something like rsycn
to verify file integrity is checked upon completion instead?