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?
Asked
Active
Viewed 1,636 times
3 Answers
4
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.

Saabi
- 371
- 1
- 3
-
More specifically: Check what storage controllers the device managers list. – pauska Jul 24 '09 at 09:11
1
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.

David Mackintosh
- 14,293
- 7
- 49
- 78
0
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

Bozojoe
- 637
- 1
- 6
- 17
-
-
-
dmidecode --type 8 then look for something like this: Internal Reference Designator: SATA CONTROLLER 0 - SATA0 (P30) – Bozojoe Sep 17 '09 at 02:12