https://retrocomputing.stackexchange.com/questions/26311/how-did-it-come-that-sata-hdds-use-ata-while-sata-cd-drives-use-scsi-as-protocol Stack Exchange Network Stack Exchange network consists of 181 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers. Visit Stack Exchange [ ] Loading... 1. + Tour Start here for a quick overview of the site + Help Center Detailed answers to any questions you might have + Meta Discuss the workings and policies of this site + About Us Learn more about Stack Overflow the company + Business Learn more about our products 2. 3. current community + Retrocomputing help chat + Retrocomputing Meta your communities Sign up or log in to customize your list. more stack exchange communities company blog 4. 5. Log in 6. Sign up Retrocomputing Stack Exchange is a question and answer site for vintage-computer hobbyists interested in restoring, preserving, and using the classic computer and gaming systems of yesteryear. It only takes a minute to sign up. Sign up to join this community [ano] Anybody can ask a question [ano] Anybody can answer [an] The best answers are voted up and rise to the top Retrocomputing 1. Home 2. 1. Public 2. Questions 3. Tags 4. Users 5. Companies 6. Unanswered 3. 1. Teams Stack Overflow for Teams - Start collaborating and sharing organizational knowledge. [teams-illo-free-si] Create a free Team Why Teams? 2. Teams 3. Create free Team Teams Q&A for work Connect and share knowledge within a single location that is structured and easy to search. Learn more about Teams How did it come that SATA HDDs use ATA while SATA CD drives use SCSI as protocol? Ask Question Asked 3 days ago Modified yesterday Viewed 4k times 17 SATA HDDs and SSDs use ATA as software protocol for data transmission (on the SATA cable). SATA CD/DVD/Blu-Ray drives use SCSI. Please note that AHCI is the protocol used between the SATA controller and the CPU. Neither SATA HDDs nor CD drives talk any AHCI. You can read all about it here. Now someone might think ATA is more suitable for HDDs while SCSI is better for CD drives. But I have a new external Western Digital USB HDD here and I saw in Wireshark that it uses SCSI. Also the recent Linux kernel translates all ATA commands to SCSI (that is since /dev/ hda has been renamed to /dev/sda). As you can see SCSI is perfectly suitable for HDDs. Imagine you are compressing files. You normally use .zip but sometimes you use .rar (for no reason). It does not make sense and it's basically the same. I am sure there is a historical reason why SATA HDDs and SSDs use ATA and not SCSI. Can someone explain how that came and why HDDs and SSDs never switched to SCSI? * hard-disk * disk-drive * cd-rom Share Improve this question Follow edited 2 days ago zomega asked Jan 30 at 17:10 zomega's user avatar zomegazomega 3,25511 gold badge1414 silver badges3636 bronze badges 13 * 3 If a hard didn't use ATA, then wouldn't it not be SATA? - Acccumulation 2 days ago * 3 @Acccumulation CD drives don't use ATA and they're SATA too. - zomega 2 days ago * Unix-machines back in the 90'es had SCSI harddrives. - Thorbjorn Ravn Andersen 2 days ago * 1 @zomega: As far as I know, IDE/SATA CD drives still use ATA at least partially partially - even if it's only to identify the device and to tunnel SCSI commands inside ATA payload, but the SATA cable is still carrying SCSI-in-ATA and not just "raw" SCSI. (That's why "ATAPI" as a concept even exists, because if the CD drives were just purely SCSI, they wouldn't be called ATAPI devices... they would just be called SCSI devices.) - user1686 2 days ago * 1 A disk using SCSI command language but the SATA connector and interface, that is known as SAS. - Stefan Skoglund 22 hours ago | Show 8 more comments 5 Answers 5 Sorted by: Reset to default [Highest score (default) ] 39 Let's start by addressing a few misconceptions. I have a new external Western Digital USB HDD here and I saw in Wireshark that it uses SCSI. That's because storage over USB uses SCSI-style protocols. This doesn't imply anything about the drive's native protocol; you computer is communicating with a storage controller over USB, not with the drive itself. Also the recent Linux kernel translates all ATA commands to SCSI (that is since /dev/hda has been renamed to /dev/sda). It's the other way round: it translates SCSI commands to ATA. Can someone explain how that came and why HDDs and SSDs never switched to SCSI? Hard drives and SSDs did use SCSI (and SAS, SCSI's serial descendant). To address your main question, it's all about history. The first PC hard drives used a bespoke interface, which ended up named after one of them: ST-506. SCSI was developed simultaneously, and was made public after the ST-506 became available, so it's understandable that Seagate didn't use SCSI. When IDE was developed, software compatibility with the existing ST-506 interface was a more important consideration than compatibility with the emerging SCSI standard. SCSI was also more complex and expensive to implement, which left room for IDE. Thus we ended up with IDE hard drives (in most PCs) and SCSI hard drives (in Macs, and PCs where higher performance or support for larger numbers of drives was needed, and workstations etc.). PATA was good enough for most uses, so it survived in the mainstream, and SCSI survived in the enterprise; similar considerations apply to SATA and SAS later on. CD-ROM drives were introduced in a messier fashion, with multiple competing proprietary interfaces; initially, Philips / LMSI and Hitachi interfaces, both in 1985. SCSI CD-ROMs came later, in 1987, and relied at first on cards providing translation from SCSI to the drives' native protocols. In the mid-nineties, when the ATAPI Council started working on allowing CD-ROM drives (and tape drives etc.) to be attached using a PATA-style interface (and the same physical connector), they presumably thought that the SCSI command set made sense and that it would be easier to re-use that than come up with yet another new standard. Share Improve this answer Follow edited 2 days ago answered Jan 30 at 17:35 Stephen Kitt's user avatar Stephen KittStephen Kitt 107k1515 gold badges438438 silver badges414414 bronze badges 20 * 3 My first owned-by-me computer used SCSI disks (because I considered IDE to be a joke in poor taste). I think I might have scrounged the actual disks from DEC, but the Adaptec controller cost $200 in 1993. Eek! - another-dave Jan 30 at 17:59 * 6 On one of my early self-build PCs around 1997/1998 I had the cunning idea to boost performance by putting the Windows 95 swapfile on a separate disk - a 100MB SCSI disk extracted from an Atari ST HDD unit, which was a ridiculously oversized case with the drive tucked in a corner and an ASCI interface board to make it talk to the ST. I recall finding a PCI SCSI card and the appropriate Adaptec drivers to make it work took weeks, and the expected performance gain was too small to measure. :D - Eight-Bit Guru Jan 30 at 18:20 * 4 @zomega where did I say that SCSI isn't your drive's native protocol? I only said that you couldn't draw conclusions based only on what you see in Wireshark. - Stephen Kitt Jan 30 at 19:13 * 6 Nice answer, right on the spot. For the last paragraph it may be worth to add that the messy ways only came up with cheap drives for the PC. CD drives before that were all SCSI only drives. Right from the very first data drives by Philips. - Raffzahn Jan 30 at 22:57 * 3 @another-dave did you give kids nickels and tell them to buy better computers? - RonJohn 2 days ago | Show 15 more comments 11 But I have a new external Western Digital USB HDD here and I saw in Wireshark that it uses SCSI. Yes, because (most) USB storage devices are using SCSI commands over top of USB. This is done either via direct tunneling using UASP or USB MSC subclass 6, or on rare occasion in a more complicated manner using USB MSC subclass 1 or 2 (though anything but subclass 6 is not well supported on most systems). The actual storage device may not be speaking SCSI natively though (in fact, the physical media is almost certainly not unless it's a pen-drive). Most USB SSDs do these days, but for traditional hard drives SCSI ATA Translation (SAT) adapters were the norm, and I have seen more exotic devices that do strange things like translating from NVMe to UASP or encapsulating an eUFS or eMMC chip as the actual storage. As you can see SCSI is perfectly suitable for HDDs. Yes, because SCSI evolved out of a block storage protocol (SASI), though it had quite a lot of other things bolted on as well (early SCSI essentially tried to compete with IEEE 488, IEEE 1284 (and it's predecessors), and later on IEEE 1394 and USB as a general peripheral interconnect). I am sure there is a historical reason why SATA HDDs and SSDs use ATA and not SCSI. Because SATA is a physical layer for ATA, not for SCSI. This is a bit like asking why Bluetooth devices don't use Ethernet. Can someone explain how that came and why HDDs and SSDs never switched to SCSI? SCSI block storage devices absolutely exist. They were widely used on just about everything but IBM systems, and even today Serial Attached SCSI is the de-facto standard storage interconnect on all but the most spartan entry-level servers, and iSCSI (and to a lesser extent Fibre Channel and SRP) is the de-facto standard for SAN systems. However, SCSI usage on consumer systems for block storage largely died off throughout the late 90's, partly because of the rise of the PC as the de-facto standard system for consumers, and partly because ATA had a better price-performance ratio (and worked well enough for home users). Share Improve this answer Follow answered 2 days ago Austin Hemmelgarn's user avatar Austin HemmelgarnAustin Hemmelgarn 43122 silver badges66 bronze badges 5 * 1 They were widely used on just about everything but IBM systems, Wrong. I had an array of IBM 400 MB disks that were used in AS/ 400 systems that were SCSI that I had connected to my Atari TT. - Patrick Schluter 2 days ago * @PatrickSchluter There were indeed IBM systems that used SCSI, but unlike most of the other big name companies making small and midrange systems around that time they really did not go all in on SCSI, and it was not a certainty it would be available on any arbitrary IBM system from that time. - Austin Hemmelgarn 2 days ago * By "IBM systems", do you mean PCs? - Stephen Kitt yesterday * 1 @StephenKitt both PCs and IBM mainframes from that time period (and I am specifically talking about that period of the late 80's and early 90's, IBM did definitively pick up SCSI with gusto later on). I will admit some ignorance when it comes to IBM's midrange hardware from the time though. - Austin Hemmelgarn yesterday * IBM midrange was ESDI in the mid-80s and SCSI in the 90's. Their weirdness is that they use 520 and later 522 bytes per sector for end-to-end ECC, so the drives are semi-custom. RS/6000 also started out ESDI but quickly went SCSI. The mainframes are the exception. - user71659 yesterday Add a comment | 9 I am sure there is a historical reason why SATA HDDs and SSDs use ATA and not SCSI. One interesting aspect about early ATA is that it is almost directly compatible with ISA bus. For the slow speed PIO mode transfers, no special hardware is needed, just a few logic chips for address decoding. This made early ATA add-on cards much cheaper than SCSI controllers. See this for example on how simple it can be. Later PC motherboards included IDE/ATA connectors as a default feature, while SCSI was rarely included on low-cost motherboards. Can someone explain how that came and why HDDs and SSDs never switched to SCSI? That's a good question - the answer is probably that there is no clear benefit in doing such a switch. Backwards compatibility also matters, meaning ability to run old software on new hardware. Most chipsets provide IDE/PATA compatibility for the SATA interface, which is probably easier to provide when the basic command set is identical - though certainly it would be possible to translate ATA-to-SCSI in hardware also. Share Improve this answer Follow answered 2 days ago jpa's user avatar jpajpa 1,35655 silver badges1414 bronze badges 2 * 3 This was the original point of ATA/IDE: (IBM PC/)'AT attachment' and 'Integrated Drive Electronics'. The (WD1003) controller chips that were previously on an ISA add-in card were moved to being mounted on the drive, with the result the ISA IDE interface was essentially nothing. On non-PCs you didn't have ISA and needed a controller either way and that was one reason for SCSI being more popular, since it was more flexible. - user1908704 yesterday * 2 In addition to backwards compatibility, I wonder if "product positioning" was also an issue. I.E. manufacturers wanting to maintain a distinction between their "consumer" (ATA/SATA) and premium (SCSI/SAS) product lines. - Peter Green yesterday Add a comment | 3 I recommend reading this answer by Warren Young over on the Unix SE site. The question is different than yours, but the first part of his post answers your question as well. The short version is that ATA and SCSI are two very different things. ATA was designed for hard drives. SCSI was designed for a wide variety of things, including hard drives. That extra flexibility and power made SCSI more expensive to implement, so consumer devices gravitated towards ATA because the hardware was cheaper. In applications where the extra capabilities of SCSI are useful (improved reliability, larger number of drives, etc), SCSI hard drives were common. I remember several models of Apple computer that had a SCSI controller for connecting to a scanner or a high-density floppy drive. Since it already had the SCSI hardware, it used it for the hard drive as well. CD drives - plus tape drives and a handful of other things - used SCSI because SCSI already contained a set of commands designed for those devices (eject, check if media present, etc) and ATA did not. These devices eventually became commonplace enough that people wanted to use them on their consumer-grade PC at home, and they didn't like having to buy and wrestle with an expensive SCSI controller to do it. As a workaround, the ATA standard introduced ATAPI, which is a way of bundling up certain SCSI commands and delivering them over a physical ATA interface. Manufacturers could take a SCSI CD-ROM drive, add a SCSI-to-ATAPI protocol converter to it, and sell it for use in a system that only had an ATA controller. Share Improve this answer Follow answered yesterday bta's user avatar btabta 82944 silver badges77 bronze badges 1 * ATA was designed to be the interface bus on the Intel 8086 processor. It was adapted to be the PC bus, XT bus, AT bus. ATA hard drives were designed to be connected to the IBM AT bus using an AT Adapter. - david 56 mins ago Add a comment | 0 As an amateur historian of computing, perhaps the word missed in this thread was "serial" ATA. The cheap and slower cousin of SCSI, but faster than the old IDE and ATA. CD or DVD equipment may use some SCSI code, which I believe was proprietary, but in essence it is based on SATA and I doubt that CD & DVD technology will be developed any further, to be of interest for the general market. Also one should not discount the influence of marketing departments. AFAIK, SCSI requires a dedicated controller, and CD drives still use a SATA connector. In any case, nvME SDD supersede SATA and SCSI speeds, but for the time being it's more expensive. Share Improve this answer Follow answered yesterday ineuw's user avatar ineuwineuw 1 New contributor ineuw is a new contributor to this site. Take care in asking for clarification, commenting, and answering. Check out our Code of Conduct. Add a comment | Your Answer [ ] [ ] [ ] [ ] [ ] [ ] [ ] [ ] [ ] [ ] [ ] [ ] [ ] [ ] [ ] Thanks for contributing an answer to Retrocomputing Stack Exchange! * Please be sure to answer the question. Provide details and share your research! But avoid ... * Asking for help, clarification, or responding to other answers. * Making statements based on opinion; back them up with references or personal experience. To learn more, see our tips on writing great answers. Draft saved Draft discarded [ ] Sign up or log in Sign up using Google Sign up using Facebook Sign up using Email and Password Submit Post as a guest Name [ ] Email Required, but never shown [ ] Post as a guest Name [ ] Email Required, but never shown [ ] Post Your Answer Discard By clicking "Post Your Answer", you agree to our terms of service, privacy policy and cookie policy Not the answer you're looking for? Browse other questions tagged * hard-disk * disk-drive * cd-rom or ask your own question. * The Overflow Blog * CEO update: Eliminating obstacles to productivity, efficiency, and learning * Announcing more ways to learn and grow your skills * Featured on Meta * Accessibility Update: Colors Related 26 Why did the Atari 8-bit computers make beeping noises while accessing the disk and cassette drives? 13 Old Conner IDE hard drives that are mistakenly detected as being 2TB, how do I connect to and image them? 13 How did Sony, Panasonic and Mitsumi CD-ROM drives differ from the later ATAPI standard? 27 How much did the first hard drives for PCs cost? 12 How did 512 Bytes come to be the most common sector size? 24 How did Commodore drives produce program listings from disk directories? Hot Network Questions * Why is there so much attention towards the Czech President even though it's supposed to be a figurehead position? * Why are simple kanji sometimes written in hiragana? * Why textbf is not working in macro * geo nodes: what's the math behind a cube being transformed into a sphere? * What can I do if a grant proposal was rejected by a reviewer making false claims and using straw men? * Create a bingo card generator * Can any connector be used for LED strips * Removing water from oak hardwood floors * Fantasy novel about a house that controls the world * Codepages in legacy textfiles * Output a random value from the last 16 values outputted * by the hour / per hour - do they mean the same? * Precision in Home Improvement, or: How to Trust a Laser Level? * Are there gadgets that will protect a fork sitting on the ground while the front wheel is removed? * An alternate Universe that behaves the same, but with easier to understand physics * "a lowly profitable company": is it correct? * Did Shimano change the design of SPD cleats? * Attempt to locate buried sewer line with melted snow? * Why does my sand dissolve in citric acid? * Square curly bracket symbol * Navigate arglist via filename? * How is this child able to move their crib while standing inside of it? * Looking for the title of a novel about a divine/heavenly being turned into a dog * Can I trick an innocent third party into doing something that would be illegal if the third party had mens rea without either of us being guilty? more hot questions Question feed Subscribe to RSS Question feed To subscribe to this RSS feed, copy and paste this URL into your RSS reader. [https://retrocomputi] * Retrocomputing * Tour * Help * Chat * Contact * Feedback Company * Stack Overflow * Teams * Advertising * Collectives * Talent * About * Press * Legal * Privacy Policy * Terms of Service * Cookie Settings * Cookie Policy Stack Exchange Network * Technology * Culture & recreation * Life & arts * Science * Professional * Business * API * Data * Blog * Facebook * Twitter * LinkedIn * Instagram Site design / logo (c) 2023 Stack Exchange Inc; user contributions licensed under CC BY-SA. rev 2023.2.2.43213 Your privacy By clicking "Accept all cookies", you agree Stack Exchange can store cookies on your device and disclose information in accordance with our Cookie Policy. Accept all cookies Customize settings