Questions tagged [sata]

Serial ATA, a computer bus technology for connecting hard disks, optical drives and other storage devices

Serial ATA [SATA] replaces the older AT Attachment standard (later referred to as Parallel ATA or PATA), offering several advantages over the older interface: reduced cable size and cost (seven conductors instead of 40), native hot swapping, faster data transfer through higher signalling rates, and more efficient transfer through an (optional) I/O queuing protocol.

SATA host adapters and devices communicate via a high-speed serial cable over two pairs of conductors. In contrast, parallel ATA (the redesignation for the legacy ATA specifications) used a 16-bit wide data bus with many additional support and control signals, all operating at much lower frequency. To ensure backward compatibility with legacy ATA software and applications, SATA uses the same basic ATA and ATAPI command-set as legacy ATA devices.

SATA has replaced parallel ATA in consumer desktop and laptop computers, and has largely replaced PATA in new embedded applications. SATA's market share in the desktop PC market was 99% in 2008. PATA remains widely used in industrial and embedded applications that use CompactFlash storage, even though the new CFast standard is based on SATA. ...

Source: Wikipedia - Serial ATA

182 questions
48
votes
11 answers

Are these SATA errors dangerous?

I'm getting these errors ramdomly, and I don't know if its normal or not. [39441.061856] ata3.00: failed to read SCR 1 (Emask=0x40) [39441.061866] ata3.01: failed to read SCR 1 (Emask=0x40) [39441.061892] ata3.15: exception Emask 0x10 SAct 0x0 SErr…
Marcos Junior
  • 883
  • 2
  • 9
  • 11
20
votes
5 answers

Identification of HDD by SATA port number

How do I find out which motherboard SATA port number is an HDD connected to? We want to build a hdd copy software based on physical identification of SATA.
Daxesh
  • 201
19
votes
1 answer

How to fix a COMRESET failed error?

After a new install on my newly-built HTPC, I can't boot! I end up in initramfs every time, and get lots of ata2: COMRESET failed (errno=16) Full error here: ata2.00 exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 frozen ata2.00: cmd…
15
votes
2 answers

Boot failure: failed: command IDENTIFY PACKET DEVICE

Trying to install from CD desktop image and getting: ata8.00: exception Emask 0x52 Sact 0x0 SErr 0xffffffff action 0xe frozen ata8: SError: { blah blah } ata8.00: failed command: IDENTIFY PACKET DEVICE ata8.00: cmd blah blah res blah blah…
10
votes
3 answers

How to tell whether my HDD is IDE or SATA

The output of lspci on Ubuntu 16.04.2 LTS is: 00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e1) 00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge (rev 01) 00:1f.2 IDE interface: Intel Corporation…
Megidd
  • 765
10
votes
4 answers

Mysterious Hard Disk Failure?

My new 1,5 TB ext4 Hard Disk makes mysterious noises and fails to read and write. But not always. Sometimes it just works. But then I get those following errors. Does anyone know a solution for that or is my new WD Caviar Black 1.5 TB hard disk…
thonixx
  • 882
9
votes
3 answers

What's the proper way to disconnect hot-swap SATA hard drive?

I'm using a SATA hot-swap bay and I have in BIOS this particular port configured specifically for "Hot-Swap". This bay has convenient "POWER ON/OFF" button, so no interruptions during plugging-in/out cables occurs. When I'm turning a drive ON, I'm…
GreggD
  • 1,164
  • 2
  • 11
  • 19
8
votes
1 answer

Ubuntu won't boot without all drives connected & mounted

I recently revived this old computer with Ubuntu to use it as a local network fileserver and all has worked out well. I've been able to connect all my hard drives laying around and get samba working. Unfortunately I only have 3 sata ports available…
thibmaek
  • 183
8
votes
3 answers

HDD performance is slow in ubuntu

I am running ubuntu 12.04(32 bit). Suddenly after a reboot my laptop did not detect HDD. After couple of restart it failed to detect HDD. Then i change sata mode to IDE from AHCI in BIOS. Then it detect HDD again. And now HDD performance is very…
shantanu
  • 8,835
7
votes
1 answer

How to turn off one of SATA HDDs installed in the computer to save power?

I have bought an SSD to replace my HDD to make my Xubuntu 16.10 laptop faster but there is hardly too much of space on it so I've decided to keep the old big HDD as a second drive replacing the DVD+RW drive with it. I am going to store big, rarely…
Ivan
  • 58,745
7
votes
1 answer

How do I target a specific driver for libata kernel parameter modding?

I'm running a 22-disk setup, 19 of those in a ZFS array, 15 of those backed by three port multipliers attached to SATA controllers driven by the sata_sil24 module. When running full speed (SATA2, 3 Gbps), the operation is pretty quirky. Simple read…
7
votes
3 answers

How to check/enable the full speed of SATA drive/port?

Recently I've got mSata SSD and install it in my laptop. According to the specification of this SSD, the read rate is approximately 450 MB/s. I tested the read rate (in menu Application > Accessories > Disks > Benchmark Disk) and got the smaller…
Chaosor
  • 383
6
votes
2 answers

How to figure out why a SATA hard-drive wont show in /dev/ and (therefore) wont mount

I had an external hard-drive which got messed up. I then opened it and plugged the SATA-Hard-Drive directly into my computer. But after boot it is just showing my IDE-Hard-Drive on which the OS is. No secondary is shown. sudo blkid -o list -w…
Sim
  • 296
6
votes
2 answers

Load average is high after adding second drive

My laptop was working fine and its load average was between 0.2 - 0.5 (and around 0.02 while doing nothing) until I decide to upgrade it with an SSD. First I replaced my HDD with SSD, moving HDD into a HDD Caddy, removing the optical drive and…
Ravexina
  • 57,256
6
votes
2 answers

Only 746.52 GB of 3TB drive is seen when accessed via USB enclosure. Works fine internally

I have a Mediasonic Smart Drive SuperSpeed 3.5" SATA HDD External Enclosure - USB 3.0 [HD6-SU3-BK]. It has the VIA VL700 - Super-Speed USB 3.0 to SATA controller which is supposed to support 3TB drives. The drive is an Advanced Format 3TB WDC…
1
2 3
12 13