Can I connect a SATA disk on a SAS connector on the motherboard?

36,887

Solution 1

Can I connect SATA drives to SAS connectors?

Yes, well known question / answer

Does the 6 Gb/s transfer rate means that I'll get an equivalent of SATA 3 (which is important if I use SATA 3 SSDs)?

Yes. They will negotiate the speed, slower device wins (12G sas ctrl will lower speed to sata 2 drive if needed) or drive will lower speed to older SAS controller. MSM software (or BIOS) can show you negotiated speeds.

Are there drawbacks using SAS connectors instead of SATA 3 ones for SATA 2 and SATA 3 drives? In other words, if the motherboard has both SATA 3 and SAS connectors, what is the reason, if any, to use SATA 3 connectors for SATA drives?

Use SAS. Usually SATA connector are part of Intel southbridge. Tests I've done show throughput drops proportionally to number of SATA drives connected to southbridge and results were horrific for 6 drives used simultaneously on Intel southbridge.

SAS controller on your motherboard is probably LSI using 4 pcie lanes - throughput was the same if you use 1 or 12 SAS drives (i lost the link to that blog I made).

Yes you might have to buy appropriate SAS cable (it's another topic, cheap on ebay from china).

The only reason where you might not use SAS is when BIOS doesn't allow booting from SAS drive (but todays everyone boots from NVME anyway).

Here is a test of my SAS setup, 16 drives on expander (expander slows things down, but results are shockingly better than you would achieve with intel southbridge).Simultaneous test of 6GB eMLC on 12GB controller + 24 port SAS expander

Simultaneous test of 6GB eMLC on 12GB controller + 24 port SAS expander. Doesn't matter if drive is sas or sata.

Solution 2

You can usually (but not always) connect SATA drives to a SAS backplane - where the motherboard is designed to support it it will work, however there are a surprising number of corner cases - For example I help maintain a Dell Mass Storage array - it has an SAS backplane. You can plug a SATA drive in it and it will work - sort-of - until it causes corruption. You can get an "Interposer" to make a SATA drive work with an SAS backplane from Dell - of-course its not free.

On the otherhand, I've used SATA drives directly in Intel and HP systems without issues (well, without issues accepting SATA drives, the HP systems were older and did not like drives > 2TB).

Normally the spec sheet will tell you what drives are supported, although its usually not comprehensive.

Solution 3

The Wikipedia says

SAS offers backward compatibility with SATA, versions 2 and later. This allows for SATA drives to be connected to SAS backplanes. The reverse, connecting SAS drives to SATA backplanes, is not possible.

So...

  • yes
  • yes
  • the reason to use a SATA port for a SATA drive? The things are kind of meant to go that way... If you want to connect the SATA drive to the SAS port, you'll need a breakout cable. The SAS port on your motherboard is probably the SFF-8087, but please double check that. If it is the case, you'll need something like this

Good luck :)

Share:
36,887

Related videos on Youtube

Vishal Jagtap
Author by

Vishal Jagtap

Developer, architect, project manager, tester, and active DevOps supporter, I'm studying, observing and advising companies which have an important risk to fail their IT-related projects. I specialize in quality and productivity. After six years of freelancing, I worked for several companies, including Tata Con­sul­tan­cy Ser­vices. Today, I'm a happy member of Finaxys. I most­ly work with Lin­ux, Python, and Node.js, as well as the Mi­crosoft stack. Outside information technology, I'm interested by photography. I'm mostly active on SE.SE, and also maintain my blog. If you want to contact me, my email is [email protected]. Feel free to drop me a note about any de­vel­op­ment-re­lat­ed dis­cus­sions. If you live in Paris or want to vis­it Paris, you're very wel­come to con­tact me too.

Updated on September 18, 2022

Comments

  • Vishal Jagtap
    Vishal Jagtap almost 2 years

    I have a motherboard with a lot of SAS connectors. The motherboard manual specifies that:

    these connectors are for the SAS signal cables for SAS hard disk drives that allows up to 6Gb/s of data transfer rate.

    • Can I connect SATA drives to SAS connectors?

      It looks like other people are interested by the opposite (that is connecting SAS drives to SATA motherboard), and I'm unable to find the definitive answer.

    • Does the 6 Gb/s transfer rate means that I'll get an equivalent of SATA 3 (which is important if I use SATA 3 SSDs)?

    • Are there drawbacks using SAS connectors instead of SATA 3 ones for SATA 2 and SATA 3 drives? In other words, if the motherboard has both SATA 3 and SAS connectors, what is the reason, if any, to use SATA 3 connectors for SATA drives?

  • I say Reinstate Monica
    I say Reinstate Monica about 9 years
    I don't understand your last sentence.
  • Patrick Mevzek
    Patrick Mevzek almost 6 years
    Please provide your answer as text in the body, not just as a link.