As far as I can see Linux has RAID6 and RAID0, but not RAID60. So RAID60 is emulated by creating RAID0 on top of some RAID6s.
It is possible to add a hot spare to each of the RAID6s, but is it possible to add a global hot spare shared by all the RAID6s? If so, how can that be added to existing RAID6s that are currently assembled automatically (no mdadm.conf)?
So RAID60 is emulated by creating RAID0 on top of some RAID6s- that's exactly what RAID60 is in any controller, they just might abstract it away into being one set-up step, rather than two. – Mark Henderson♦ Sep 4 '12 at 0:22