How to shuck a hard drive
Updated June 2026
Shucking means opening a cheap external USB drive and pulling out the bare 3.5-inch SATA drive inside — often a CMR NAS-class disk at a much lower price per terabyte. Here's the whole process start to finish, including the one gotcha that trips up first-timers.
Why shuck?
Manufacturers price their retail desktop externals aggressively, so the drive inside frequently costs less than buying the same bare drive on its own. For home servers, NAS boxes and Plex libraries, shucking is the standard way to add high-capacity CMR storage cheaply. See the live $/TB tracker for what each drive costs right now.
What you need
- A desktop external hard drive, 12 TB or larger (so the drive inside is CMR).
- A thin plastic pry tool, guitar pick, or an old credit card to release the clips.
- Optional but handy: a Molex-to-SATA power adapter or a strip of Kapton tape for the 3.3V pin.
Step by step
- Pick the right drive. Choose a desktop external at 12 TB or larger so the drive inside is CMR, not SMR. WD Elements and Seagate Expansion are the safest shucks.
- Power down and unplug. Disconnect USB and the AC adapter. Move any data you want to keep off the drive first — especially on a My Book, where the enclosure holds the encryption key.
- Find the seam. Desktop externals have no screws. The shell is held by plastic clips running around the edge where the two halves meet.
- Pry the clips. Work a thin plastic pry tool, guitar pick or old credit card into the seam and slide it around, popping each clip. Take your time; plastic clips break if you rush.
- Separate the shell and remove the drive. Open the case, slide out the drive caddy, and remove any rubber dampers or shields. The drive is held to the small USB-to-SATA bridge board.
- Disconnect the bridge board. Unplug the bridge from the SATA data+power edge of the drive. You now have a standard 3.5-inch SATA drive.
- Handle the 3.3V pin if needed. On first power-up, if the drive will not spin up, use a Molex-to-SATA power adapter or tape over SATA power pin 3 (the 3.3V / PWDIS pin).
- Test before deploying. Run CrystalDiskInfo (Windows) or smartctl (Linux) to check SMART health and power-on hours before trusting the drive with data.
The 3.3V pin (PWDIS) fix, in detail
This is the single most common "my shucked drive won't turn on" problem. The SATA power connector's pin 3 carries the 3.3V line, which on some drives doubles as a PWDIS (power disable) reset signal. Many modern PSUs drive that line, which tells the drive to stay off. Two fixes:
- Molex-to-SATA power adapter — Molex connectors don't carry the 3.3V line at all, so the drive powers up normally. The cleanest fix.
- Kapton tape — cover the third pin on the drive's SATA power connector so the PSU's 3.3V signal never reaches it. Use polyimide (Kapton) tape, not regular tape.
CMR vs SMR — buy the right one
CMR (conventional magnetic recording) drives handle random writes and RAID/ZFS rebuilds predictably. SMR (shingled) drives overlap tracks for density and can stall under sustained random writes — bad for a NAS array. Sticking to 12 TB+ desktop externals keeps you on CMR. See each drive's guide for the SMR sizes to avoid.
Test the drive before you trust it
Once shucked, check the drive's health before loading it with data. On Windows,
CrystalDiskInfo shows SMART status and power-on hours; on Linux,
smartctl -a /dev/sdX does the same. A brand-new shuck should report
very low power-on hours and no reallocated sectors.
A note on warranty
Opening the enclosure voids the external drive's warranty, and the bare drive may carry limited or no separate manufacturer coverage depending on region. Shuck only if you accept that the drive is effectively out of warranty.
Shucking FAQ
Is shucking hard drives worth it?
Usually yes — external desktop drives are often priced well below the equivalent bare internal, so shucking is the cheapest path to high-capacity CMR storage. The savings shrink when there are no sales on, so watch $/TB and buy on a dip.
Will shucking damage the drive?
No, if you are patient with the plastic clips. The drive inside is a normal SATA drive; the only thing you risk breaking is the disposable plastic enclosure.
Do shucked drives work in a NAS like Synology or TrueNAS?
Yes — a shucked CMR drive is a standard SATA drive. Confirm CMR (12 TB+), check SMART health, and watch the 3.3V pin on power-up.
What tools do I need to shuck a drive?
Just a thin plastic pry tool, guitar pick or old card to release the clips. Keep a Molex-to-SATA adapter or Kapton tape on hand in case of the 3.3V pin issue.