Questions tagged [sata]

SATA (Serial Advanced Technology Attachment) is one of the most common bus interfaces for connecting mass storage devices to a computer system.

SATA (Serial Advanced Technology Attachment) is the latest iteration of common bus interfaces for connecting mass storage devices, the previous technology being PATA (parallel ATA, commonly known as the Western Digital proprietary name IDE or Integrated Drive Electronics).

There are currently three revisions of the SATA standard, supporting 1.5 Gbit/s, 3 Gbit/s, and 6 Gbit/s transfer rates for revision 1.0, 2.0, and 3.0 respectively. Since the SATA bus uses 8b/10b encoding, the actual transfer rate in bytes per second is given by the values listed above divided by ten (instead of the usual eight). This means that the maximum transfer throughput for the SATA revisions are 150 MB/s, 300 MB/s, and 600 MB/s.

The latest revision, SATA 3.0, includes a much larger bandwidth to support the increasing transfer rates of solid-state drives. Conventional hard disks can also reach higher transfer rates by using certain types of RAID.

Related Tags:

  • Parent tag for all hard-drive bus technologies.
  • Sister tag for an older technology.
1698 questions
173
votes
16 answers

How to check the health of a hard drive

My SATA drive started clicking and I was unable to access the data. This is the hard drive in question: HITACHI Deskstar T7K250 HDT722525DLA380 (0A31636) 250GB 7200 RPM 8MB Cache SATA 3.0Gb/s 3.5" Hard Drive -Bare Drive It was not clicking loudly…
tony_sid
  • 14,957
90
votes
8 answers

How can I remove the option to eject SATA drives from the Windows 7 tray icon?

The Safely Remove Hardware icon in Windows 7 offers the ability to eject my SATA drives, including the boot drive. I don't see myself ever needing this - especially not from the convenience of the tray icon. Is there a common BIOS setting to disable…
sblair
  • 12,757
80
votes
5 answers

What is the difference between mSATA and SATA SSDs?

Is there any difference between an mSATA SSD and an SATA SSD (other than the fact that the mSATA doesn't take up a disk slot)?
Andreas
  • 913
78
votes
3 answers

What is the purpose of this 4-pin interface on SATA HDDs and why doesn't it exist on SSDs?

I have 4 HDDs here with me, from 3 different manufacturers, and all of them have the following 4-pin extra interface beside the SATA connector: HDD with 4-pin interface Looking on the internet, I can see that it exists on all HDD devices, but not…
Diogo
  • 30,792
66
votes
2 answers

What does "LFF SATA" mean?

I've heard of SATA, but "LFF SATA" as listed on HP's specs page (archive) is a new one for me. What does the "LFF" bit mean?
Billy ONeal
  • 8,421
56
votes
4 answers

What is the actual speed of SATA 3?

Google says it is running at 6Gb/s. The throughput is at 600MB/s. 600MB/s equals 4.8Gb/s. Does this mean that the bandwidth is 6Gb/s but the actual throughput is 4.8Gb/s ?
Space Ghost
  • 1,113
52
votes
4 answers

How can I determine the SATA controller version on Windows?

I have recently bought the ASUS N550JV-DB71 and I am planning on replacing the Bluray Drive with an SSD. Is there any way that I can confirm whether the BD Drive is connected via a SATA 2 or a SATA 3 port? It would help in determining where to…
osm
  • 633
51
votes
4 answers

How can I check whether USB3.0 UASP (USB Attached SCSI Protocol) mode is enabled in Linux?

I have a laptop running Ubuntu 15.04 (3.19.0-21-generic) and an external USB3.0 2.5" SATA HDD enclosure which claims that it supports UASP mode (the S2510BPU33 model by StarTech). I have no problems mounting the drive or reading/writing to it. I'd…
ali_m
  • 756
44
votes
5 answers

Can you connect an M.2 SATA to an M.2 NVMe port?

As people already know they are physically compatible, you can plug an M.2 SATA (aka M+B key) into an M.2 NVMe (M key). My question is will it work?
unom
  • 692
42
votes
3 answers

Why are there so many pins on a SATA power connector?

I was just looking at the power connector for a SATA optical drive and noticed that it had fifteen pins! I then marveled at the data connector next to it, which has a measly seven pins. I know that there are only physically three pins needed for the…
eleven81
  • 16,182
38
votes
5 answers

Demystifying SATA hotplug

I have a BIOS that has an option to enable hot-plug on individual ports. I have a sliding enclosure for HDD and SSD (nothing more than a pass-trhu to power and a sata port) that allow me to cut power to the drive before physically moving it. I would…
gcb
  • 5,442
  • 13
  • 62
  • 86
36
votes
2 answers

Why is my USB drive showing corrupted data when plugged as an internal SATA drive?

I have a 3TB Seagate Backup Plus Desktop USB 3.0 drive, which works fine when in its enclosure, but when I get it off its enclosure and directly plug it as an internal SATA drive, it's just not properly recognized (it works again when used in the…
36
votes
3 answers

Switch RAID to AHCI without reinstalling Windows 10

My Dell XPS 9560 uses RAID as a SATA controller mode. After I change it to AHCI, the Windows 10 will not boot. What should I do if I don't want to reinstall Windows 10? RAID = Redundant Array of Inexpensive Disks, wikipedia link. AHCI = Advanced…
qin
  • 627
32
votes
3 answers

GPT PMBR Size Mismatch will be corrected by w(rite)

Linux gives error "GPT PMBR size mismatch will be corrected by w(rite)." The error message is far from self-explanatory. Does this mean that Linux will (attempt to) resize the GPT partition boundaries if I mount and try to write to the disk? If…
31
votes
5 answers

Can I continue using a partially corrupt hard drive by stripping out the bad sectors?

I have a hard disk which started failing. I tested the hard disk using the in-build hardware diagnostic tool which the Dell laptop shipped with and it told me it has bad sectors. So, I understand that these are sections that cannot retain memory. I…
1
2 3
99 100