• You can get an IDE to USB bridge from all the usual sources, but you may find those fail on the older drives in your collection- apparently they require drives using logical block addressing, which did not become standard until the mid-1990s. • Some while some older drives got in on the LBA game early, you were more likely to see Cylinder-Head-Sector (CHS) addressing. • That’s why [JJ Dasher], a.k.a [redruM0381] createdATABoy, an open-source IDE bridgethat can handle the oldest drives that fit on the bus. • The heart of the build is an RP2350, which serves as both IDE and USB host controller. • To computer, after a little bit of setup, the drive attached to ATABoy shows up as a regular USB mass storage device. • A little bit of setup is to be expected with drives of this vintage, you may remember.
Article Summaries:
- Summary
ATABoy is an open‑source USB bridge designed to revive legacy IDE hard drives that rely on Cylinder‑Head‑Sector (CHS) addressing rather than modern Logical Block Addressing (LBA). Built around an RP2350 microcontroller, the device serves as both IDE and USB host, presenting the attached drive as a standard USB mass‑storage device after minimal configuration. A BIOS‑style serial console utility allows automatic or manual geometry detection. The board features a USB‑C connector but omits power delivery, so desktop users can draw power from a PSU, while laptop users need an external supply. The design also supports direct PATA control via Raspberry Pi GPIO, offering flexibility for various retro‑storage projects.
- ATAboy is an open‑source USB interface that lets users connect legacy IDE (PATA) hard drives to modern computers. Built around a Raspberry Pi RP2350 SoC, the board translates CHS‑based PIO Mode 0 ATA signals into a USB 1.1 mass‑storage device. When powered and connected, a serial terminal presents an “Award”‑style BIOS menu that auto‑detects or manually configures drive geometry, after which the drive appears as a standard USB disk on Windows, macOS, and Linux. The project is fully documented on GitHub, with schematics, firmware, and a 3D‑printable case; a commercial unit is available for $50. ATAboy offers a nostalgic, low‑cost solution for data recovery and retro‑hardware enthusiasts.
Sources:
- https://hackaday.com/2026/02/23/ataboy-is-an-open-source-usb-bridge-for-old-ide-drives/
- https://www.tomshardware.com/video-games/retro-gaming/ataboy-bridges-old-ide-drives-to-the-21st-century-with-open-source-usb-host-bridge-powered-by-a-raspberry-pi-rp2350-and-with-custom-award-bios-menu (Latest source article published: 2026-02-24 14:02 UTC)