An old laptop hard drive or SSD is not garbage, but potential storage for backups, a media library, or even a system. But how to properly connect it to a desktop PC so as not to damage data and hardware? In this article we will look at all the current methods - from a simple USB adapter to direct connection via SATA, as well as the nuances of working with BIOS, drivers and file system.
It is important to understand that the connection technology depends on the type of disk (HDD or SSD), its interface (SATA, mSATA, M.2 NVMe) and even depending on the laptop model. For example, disks from MacBook with proprietary connectors will require special adapters, and NVMe drives Modern ultrabooks may not be detected in older motherboards. We will look at universal solutions and give specific recommendations for different scenarios.
1. Determine the disk type and its interface
Before you run to the store to buy an adapter, you need to know exactly what drive is installed in your laptop. The choice of connection method and the necessary adapters depends on this.
Here are the main types of drives you could remove:
- 📀 2.5" SATA HDD/SSD - standard form factor for most laptops until 2015–2017. Has a connector
SATA 3.0(6 Gbps) and is powered by5V. - 🔌 mSATA SSD - a compact option for thin laptops (for example, Lenovo ThinkPad T430 or Dell Latitude E6430). Similar to
mini-PCIe, but not compatible with it! - ⚡ M.2 SATA/PCIe (NVMe) - modern standard for ultrabooks (HP Spectre, Asus ZenBook). Happens with a key
B,MorB+M. - 🍎 Propietary (Apple) - disks from MacBook Pro/Air until 2015, they have unique connectors and require proprietary adapters.
To identify the drive:
- Look at the label - usually the model is indicated there (for example, Samsung 860 EVO or WD Blue SA510).
- Use utilities like CrystalDiskInfo (if the disk is still in the laptop) or look for specifications by laptop model on the manufacturer’s website.
- For M.2 pay attention to the connector key - if there is a notch on only one side, this is
NVMe(PCIe), if from two -SATA.
- 2.5" SATA HDD/SSD
- mSATA SSD
- M.2 NVMe
- M.2 SATA
- MacBook disk
- I don't know
2. Method 1: Connect via USB adapter (the easiest)
If you need to quickly copy data or use the drive as an external drive, USB adapter - the optimal solution. It is suitable for 2.5" SATA and some mSATA/M.2 drives (subject to compatible connectors).
Here's what you'll need:
- 🔌 SATA-to-USB adapter (For example, ORICO 2139 or Sabrent EC-UASP). For M.2 NVMe you need a special box (for example, Acasis M2E).
- 💽 Cable
USB 3.0 Type-A/Type-C(included with most adapters). - ⚡ Power supply (for HDD sometimes additional
Y cablewith two USB connectors).
Step by step instructions:
- Connect the drive to the adapter. For 2.5" SATA just plug it into the connector to M.2 You may need a screwdriver to secure it.
- Connect the adapter to the PC via
USB 3.0(blue port). If the drive is not detected, try the portUSB 2.0(black). - B Windows the disk should appear in
This computer. If not, checkDisk management(Win + X → Disk Management). - B Linux run the command
- the disk will appear aslsblk/dev/sdb(or another). Mount it:sudo mount /dev/sdb1 /mnt
The disk is formatted with a compatible file system (NTFS/FAT32/exFAT for Windows, ext4 for Linux)|
The adapter supports UASP (for speeds above 200 MB/s)|
USB 3.0 cable (blue port) used for maximum speed|
There are no bad sectors on the disk (check in CrystalDiskInfo) -->
Data transfer rate depends on the interface:
| Disk interface | USB 2.0 | USB 3.0 (UASP) | USB 3.1/3.2 |
|---|---|---|---|
| 2.5" SATA HDD | ~30 MB/s | ~100–120 MB/s | ~120–150 MB/s |
| SATA SSD | ~35 MB/s | ~250–300 MB/s | ~350–400 MB/s |
| NVMe SSD | ~40 MB/s | ~400–500 MB/s | ~800–1000 MB/s |
⚠️ Attention: If the disk is from MacBook with file systemHFS+orAPFS, Windows will not see it without additional drivers (for example, Paragon HFS+). On Linux, mount with the parameter-o force.
3. Method 2: Direct connection via SATA (for desktop PCs)
If you have desktop computer with free connectors SATA And Molex/SATA Power, you can connect the drive directly. This will give maximum speed (up to 6 Gbps for SATA III) and reliability.
What you will need:
- 🔧 Free SATA port on the motherboard (usually 4–6 pieces).
- 🔌 SATA cable (comes with the motherboard or BD drive).
- ⚡ Food: connector
Molex→SATA(if the power supply is old) or standardSATA Power. - 🛠️ Screwdriver for securing the disk in the compartment (if you are using a 3.5" slide).
Instructions:
- Turn off your PC and Be sure to unplug the power cable (it’s not enough to just turn it off with a button!).
- Remove the side cover of the system unit.
- Find a free one
SATA porton the motherboard (usually labeled asSATA1,SATA2etc.). - Connect one end of the cable to the port and the other to the drive.
- Connect power:
SATA Powerfrom the power supply to the disk. - If the disk 2.5", secure it in the 3.5" compartment using a slide or double-sided tape (temporarily).
- Turn on the PC and check the disk in
BIOS(sectionStorage) or in Windows throughDisk management.
If the disk is not detected:
- 🔄 Check cable connections (especially power - HDD it won’t spin up without it).
- 🔧 B
BIOSturn on the modeAHCI(notIDEorRAID). - 🛠️ Try another one
SATA portor cable.
If the drive is detected in the BIOS but not visible in Windows, open Disk management (Win + X → Disk Management), find the disk labeled “Unallocated” and create a volume on it.
4. Method 3: Connect M.2 NVMe to PC without slot
NVMe drives (For example, Samsung 970 EVO or WD Black SN850) are connected through the slot M.2 PCIe. If your motherboard doesn't have it, you have two options:
Option 1: M.2 to PCIe x4 adapter
- 🔧 Buy an adapter (for example, Lycom DT-120 or StarTech PEX4M2E1).
- 🖥️ Insert it into a free slot
PCIe x4orx16(You don’t have to remove the video card in this case). - ⚡ Connect power (if required) via
Molex. - 💾 Install the disk into the adapter slot and secure it with a screw.
Option 2: External USB box for NVMe
If you don't want to disassemble your PC, use an external case with USB 3.1 Type-C (For example, Sabrent EC-SNVE). Speed will be limited by USB bandwidth (~1000 MB/s for USB 3.2 Gen 2).
⚠️ Attention: Some older motherboards (pre-2015) do not support NVMe at the BIOS level. In this case, the disk will not be visible for system installation, but will work as an additional drive in Windows/Linux.
How to check NVMe support in BIOS?
Boot into BIOS (usually the Del or F2 at start). Find a section Storage or Advanced. If there is an option NVMe Support or PCIe Storage — your board supports the disk. If not, you will need to update the BIOS or use a data-only adapter.
5. Method 4: Connect via docking station (for frequent operations)
If you regularly work with multiple disks (for example, for data recovery or testing), it is more convenient to use docking station. It allows you to quickly connect/disconnect drives without opening the PC.
Pros of the docking station:
- ⚡ Support
UASP(speed up to 500 MB/s for SATA SSD). - 🔄 Hot swapping of disks (without rebooting the PC).
- 🛠️ Supports multiple form factors (e.g. ORICO 6628US3-C works with 2.5" And 3.5" SATA).
Cons:
- 💰 Cost (from 3000 rubles for high-quality models).
- 🔌 Requires separate power supply (for 3.5" HDD).
Recommended models:
| Model | Disc type | Interface | Price (2026) |
|---|---|---|---|
| ORICO 6628US3-C | 2.5"/3.5" SATA | USB 3.0 (UASP) | ~3500 rub. |
| Sabrent DS-UCMB | M.2 NVMe/SATA | USB 3.2 Gen 2 | ~4000 rub. |
| StarTech SDOCKU332 | 2x 2.5"/3.5" SATA | USB 3.0 + eSATA | ~8000 rub. |
6. Method 5: Connect via network (for remote access)
If you want to make the drive available to multiple devices (for example, a home media server), you can connect it to router with USB port or use NAS.
Instructions for the router:
- Connect the drive to the router's USB port (for example, ASUS RT-AX88U or TP-Link Archer C5400).
- Log into the router's web interface (usually
192.168.1.1). - Activate the function
USB StorageorSamba Share. - Set up access by
SMBorFTP. - On your PC, connect the network drive via
\\192.168.1.1\share(replace IP with the current one).
For NAS (For example, Synology DS220+):
- Install the drive into the bay.
- Create a volume and shared folder in
DSM. - Configure access rights and protocols (
SMB,NFS,WebDAV).
⚠️ Attention: When connected via network, read/write speed will be limited by bandwidthWi-FiorEthernet. For HDD it's not critical, but SSD will lose in performance.
7. Common mistakes and their solutions
Even if connected correctly, the drive may not be detected. Let's look at typical problems:
Problem 1: The drive is not visible in This PC
- 🔍 Check it out
Disk management(Win + X → Disk Management). If the drive is there, but without a letter, assign it manually. - 🔧 If the disk is "Not initialized", initialize it (attention: the data will be deleted!).
- 🛠️ For Linux check the output
dmesg | grep -i satafor mistakes.
Problem 2: The disk is detected, but does not open
- 🔒 The file system may be damaged. On Windows, run
chkdsk E: /f(replaceE:per drive letter). - 🐧 On Linux use
fsck /dev/sdb1. - 🔄 If the disk is from Mac, install the driver HFS+ or convert the file system to
exFAT.
Problem 3: Slow data transfer speed
- 🔌 Make sure you use
USB 3.0(blue port) and cable with supportUASP. - 💾 For HDD check your health CrystalDiskInfo - if the status
Caution, the disk has degraded. - 🖥️ B
BIOSturn onAHCIinstead ofIDE.
If the drive makes a clicking noise or does not spin up, unplug it immediately - this is a sign of mechanical failure. Continued use may result in complete loss of data.
8. Safety and recommendations
Working with drives requires caution to avoid losing data or damaging the equipment. Follow these rules:
Safety rules:
- ⚡ Always turn off the PC power before connecting the SATA drive (even if the power supply is turned off, voltage may remain on the board).
- 🔌 Do not connect/disconnect the USB adapter while data transfer is running - this may damage the file system.
- 🛡️ For important data, make a backup copy before any manipulation (for example, using Macrium Reflect or
ddon Linux). - 🌡️ Monitor the temperature HDD - if it heats up above 50°C, use active cooling.
Recommendations for use:
- 🔄 For SSD disable defragmentation in Windows (it reduces cell life).
- 📁 If the drive will be used as an external one, format it in
exFAT(compatible with Windows, macOS and Linux). - 🔧 Regularly check disk health with utilities like CrystalDiskInfo or
smartctl.
If the disc has previously been used in RAID array (for example, in laptops Dell Precision), it will have to be parsed programmatically. On Windows, use Disk Management → Import Foreign Disks, on Linux - mdadm.
FAQ: Frequently asked questions
Is it possible to connect a drive from a laptop to a PC without an adapter?
Yes, if you have a desktop PC with free SATA port and power connector. For M.2 NVMe you will need a slot PCIe or adapter. Laptops usually do not have free ports for connecting additional drives.
Why is my MacBook drive not visible in Windows?
Discs from MacBook formatted in HFS+ or APFS, which Windows does not support out of the box. Install the driver Paragon HFS+ or APFS for Windows, or connect the drive to Mac and reformat to exFAT.
Is it possible to use a laptop disk as a system disk for a PC?
Yes, but there are nuances:
- If Windows is already installed on the disk, it may not boot due to different drivers (especially for NVMe).
- For a clean installation of the system, format the disk in
GPT(for UEFI) and install Windows/Linux as on a regular drive.
How to connect a disk from a laptop to a TV?
Most modern Smart TV (For example, Samsung QLED or LG OLED) support connecting external drives via USB. Use an adapter SATA-to-USB and format the disk to FAT32 or NTFS (for files >4 GB). For M.2 NVMe you will need a special box with USB 3.0.
What should I do if the drive makes strange sounds?
Clicking, grinding, or buzzing noises HDD - a sign of mechanical failure. Immediately copy the data (if the disk is still detected) and replace the drive. For SSD “squeaking” or crackling noises are not typical - this may be a problem with the controller or power supply.