You can mount individually the drive with (assuming ext4 file system):
mount -t ext4 /dev/sdc1 /mnt
and recover data from the old drive into the new ones.
You can mount individually the drive with (assuming ext4 file system):
mount -t ext4 /dev/sdc1 /mnt
and recover data from the old drive into the new ones.