Difference between revisions of "SATA"

From wikieduonline
Jump to navigation Jump to search
(Created page with "Serial ATA is a computer bus interface that connects host bus adapters to mass storage devices such as hard disk drives, optical drives, and solid-state drive...")
 
Line 26: Line 26:
 
== See also ==
 
== See also ==
 
* [[SAS]], stands for serial attached [[SCSI]].
 
* [[SAS]], stands for serial attached [[SCSI]].
* <code>[[lspci]]</code>
+
* {{Linux block devices}}
* <code>[[lsblk]]</code>
 
* <code>[[lshw]] -class disk</code>
 
* <code>[[hwinfo]]</code>,  <code>hwinfo --disk</code>
 
* <code>[[udevadm]]</code>
 

Revision as of 17:18, 8 December 2019

Serial ATA is a computer bus interface that connects host bus adapters to mass storage devices such as hard disk drives, optical drives, and solid-state drives. SATA has become the predominant interface for storage devices.


SATA output in Linux

$ lspci
00:1f.2 SATA controller: Intel Corporation 6 Series/C200 Series Chipset Family SATA AHCI Controller (rev 05)
$ lspci
00:17.0 SATA controller: Intel Corporation 200 Series PCH SATA controller [AHCI mode]

SAS output in Linux

$ lspci
5c:00.0 Serial Attached SCSI controller: Adaptec Smart Storage PQI 12G SAS/PCIe 3 (rev 01)

Activities

  1. Read wikipedia page about https://en.wikipedia.org/wiki/Serial_ATA
  2. Identify many properties of a Serial ATA connection, such as hot swap capabilities.
  3. Identify differences between SATA and SAS (Serial Attached SCSI) https://en.wikipedia.org/wiki/Serial_Attached_SCSI
  4. Read StackOverflow questions about SATA: https://stackoverflow.com/questions/tagged/sata?tab=Votes

See also

Advertising: