8

Can I buy SAS drives on my SATA Controller?

What is the compatibility and restrictions about mixing these?

Jason
  • 3,247
  • 9
  • 27
  • 28

3 Answers3

15

From Wikipedia:

SAS offers backwards-compatibility with second-generation SATA drives. SATA 3 Gbit/s drives may be connected to SAS backplanes, but SAS drives may not be connected to SATA backplanes.

koenigdmj
  • 1,055
  • 7
  • 12
2

The SAS protocol supports tunneling SATA commands over it. Thus, a SAS controller can communicate with SATA drives or SAS drives. However, it doesn't go the other way. SATA controllers can only communicate with SATA devices.

Supporting mixed drive types is a vendor-by-vendor, device-by-device thing. Generally, this is not well supported and will cause both drives to run at the speed of the slowest drive. Support will likely improve in the future.

bta
  • 536
  • 2
  • 8
  • 1
    Most hardware support both (mixed) quite well. Generally they will not run as the speed of the slowest drive, as the SAS backplane uses PtP connections for everything, each link generally operates at the highest speed support by both endpoints. YMMV. – Chris S Feb 22 '10 at 21:30
  • That's true when the drives are operating as separate volumes. When I wrote my comment I was thinking that these mixed drives were all used in the same RAID volume, but I neglected to mention that :( – bta Feb 22 '10 at 23:31
0

It depends on the controller, some HP ones support both but you'll have to check with your vendor specs.

Chopper3
  • 101,299
  • 9
  • 108
  • 239
  • -1. Yes, guess why - that are SAS controllers. He specifically asks about SATA controllers. – TomTom May 31 '13 at 19:38