Monday, July 20, 2015

hard drive - Finder Error -36 with Console I/O Error - potential causes?

I'm copying a lot of data between two hard drives. The first one (the source) was getting a lot of repetitive Finder Error -36 codes. Scanning the Console this is linked to an I/O Error coming from the kernel.


I felt the drives and both were very hot (one is an OWC Mercury Elite portable RAID and the source is a G-Technology G-Drive Mobile). They were hooked up in a FireWire 800 chain with the OWC drive in the middle.


Could these read errors be directly attributed to the source drive being hot? I have a fan pointed at them as well as the G-Drive on USB (to eliminate potential chaining issues) and it's working fine. It could be either, but I'm curious if there's a direct link between heat and read errors, not the least of which is to confirm that's what the issue is and not the drive itself as I've recently had a series of hard drive failures, fortunately with backups. However, if the G-Drive can't be trusted I need to make sure the data is on a third disk as well to maintain at least two reliable copies.


EDIT: The main reason I suspect temperature and not the drive itself is because the drive has seemed to be operating normally before, but in cooler environments and for shorter periods, so heat wouldn't have been an issue. On that thought, can read errors when hot indicate another problem that might manifest itself later?

No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...