1

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?

Makach
  • 251
  • 1
  • 10

3 Answers3

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
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