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.

link|improve this question
feedback

migrated from serverfault.com May 29 '11 at 11:38

This question came from our site for system administrators and desktop support professionals.

3 Answers

Visually, SATA port motherboard.

link|improve this answer
feedback

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.

link|improve this answer
So is that IDE or SATA or SATA running in IDE "mode"? Would SATA running AHCI be identified differently? Searching isn't telling me, linuxquestions.org/questions/linux-hardware-18/… ubuntu.com/certification/catalog/component/pci:27C0:8086-IDE wiki.debian.org/HowToIdentifyADevice/PCI – therube May 29 '11 at 13:42
feedback

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.