presumably, you will be doing a hell of a lot of writes too in a video recording environment. that's a very different story to reading. whilst drives can be reading and get jolted, they just have to go back to the begining of the disk and seek again. reading is not destructive.
whilst taking precautions with your hardware is a good measure to stay within the limits of the operating values, you need to focus on the configuration and software more than anything.
If you're writing and the head jumps, then congratulations, you've just spilt your paint all over your mastepiece. And the damage caused can vary from corrupt files, to corrupt and irreprable disk. It's not as simple a matter for writing as it is for reading. In such a case, it won't matter what hardware precautions you've taken, as the HD will be a gonner.
Here are some ideas. Of course I'm not considering cost here, so some shorcuts may need to be take.
1. completely seperate the operating system from the recording medium. It's probaby best to embed the OS on a CF card so that you completely illiminate HD failiure affecting the OS. This is essential for the ability of your software to recover from failiures.
2. set up a raid array with delayed mirroring so that the first disk writes whilst the second waits. After some time, the second mirrors the first. In that configuration, should the first disk fail, then the second disk will already have the last snapshot before the first one died, and it won't continue to mirror since it can't read from the first. You could add more disks and have a very complicated writing mechanism, but that depends on how many times your devices will fail. You need statistics to acccurately get those figures and some research into the best RAID configuration. Did I mention the testing you'll need on those algorithms?
3. you could use tape for recording. will you be doing any processing on the video stream? if not, then you could multiplex the channels into a single channel and record them to digital tape. Again, need to know what the minimum resolution required is etc. Tape is risk free from vibration and you may get away with using a cheapo DV cam with DV-in to record the stream. Everytime the tape gets full, you dump it to disk.
There are solutions out there, like
this one to spot just one of the millions out there. But I'm not sure what you're doing! what are you trying to do exactly?
The sky is not the limit if your money is infinite!