How to find out if mainboard is SATA compatible

2

Do you know any commands to find out the machine's maindoard is compatible to SATA? If not how can I examine it physically?

I am using Ubuntu 10.04 desktop.

Atıfcan Ergin

Posted 2011-05-29T11:27:40.603

Reputation: 23

Answers

3

therube

Posted 2011-05-29T11:27:40.603

Reputation: 1 296

You can likely just tell from opening the side of the case and looking at the drive cables. SATA cables are thinner than IDE. – LawrenceC – 2012-09-02T00:17:23.993

1

Since SATA has been a standard for about 10 years now, the chances of the board not having SATA are low. Many older boards, even modern boards, by default setup SATA interfaces to Legacy IDE Emulation. I suggest using native AHCI, unless your OS is older than 5 to 7 yrs.

slashdot

Posted 2011-05-29T11:27:40.603

Reputation: 136

0

Do lspci. One of my servers says (among others):

00:1f.2 IDE interface: Intel Corporation N10/ICH7 Family SATA IDE Controller (rev 01)

Sometimes there's no clear description in the text and you need to google the controller type.

Halfgaar

Posted 2011-05-29T11:27:40.603

Reputation: 246

So is that IDE or SATA or SATA running in IDE "mode"? Would SATA running AHCI be identified differently? Searching isn't telling me, http://www.linuxquestions.org/questions/linux-hardware-18/sata-drive-ahci-issue-849601/ http://www.ubuntu.com/certification/catalog/component/pci:27C0:8086-IDE http://wiki.debian.org/HowToIdentifyADevice/PCI

– therube – 2011-05-29T13:42:01.700

0

Try apt-get install lshw; lshw from a root terminal and see if it tells you. I'm thinking it might.

LawrenceC

Posted 2011-05-29T11:27:40.603

Reputation: 63 487