How do I know if I have a SATA compatible machine without opening the box? Or is the only way to open up the box and look at the connectors?

link|improve this question

What OS is the machine running? – Cian Jul 24 '09 at 8:21
feedback

3 Answers

up vote 4 down vote accepted

Check what PCI adapters are installed. The way how to do it depends on your operating system, e.g. Device Manager in windows or lspci output in linux. If your computer is a PC, you should check the BIOS messages during the boot process.

link|improve this answer
More specifically: Check what storage controllers the device managers list. – pauska Jul 24 '09 at 9:11
feedback

Windows users: Get System Information For Windows (siw), it should display the important details of your computer. At worst, it should help you figure out what mainboard you have, and you can then probably download a manual for it from the manufacturer.

link|improve this answer
feedback

use dmidecode. Versions are available both under windows and linux

@Cian touche` for asking the correct question.

or use the absolutely wonderful SystemRescueCd livecd http://www.sysresccd.org

link|improve this answer
where can i find dmidecode? – Makach Sep 16 '09 at 9:10
dmidecode --type 8 then look for something like this: Internal Reference Designator: SATA CONTROLLER 0 - SATA0 (P30) – Bozojoe Sep 17 '09 at 2:12
feedback

Your Answer

 
or
required, but never shown

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