Replacing the optical drive with a second hard drive (HDD) or SSD is a popular solution for increasing storage capacity in laptops. However, after installation, many encounter a problem: the system does not see the new drive in the slot DVD-ROM. The reasons may lie either in hardware problems (incompatible adapter, damaged cable) or in software settings (lack of drivers, incorrect parameters BIOS/UEFI).
In this article we will look at 7 main reasonswhy the laptop does not recognize HDD in slot DVD, and we will offer 5 proven methods solutions - from basic diagnostics to controller flashing. We will pay special attention to the features of working with adapters SATA-to-ODD and configuration nuances AHCI/IDE modes. If you have already tried to connect the drive, but without success, start with the section about adapter diagnostics.
7 reasons why the laptop does not see the HDD in the DVD slot
The problem can manifest itself in different ways: the disk does not appear in Conductor, not visible in Disk Management (diskmgmt.msc), or the system freezes during boot. Let's consider all possible scenarios:
- 🔌 Incompatible adapter. Cheap Chinese adapters SATA-to-ODD often not supported
UASPor have a limitation on disk thickness (for example, only for 7 mm drives). - 🖥️ Lack of power. In some laptops (Dell Latitude, HP EliteBook) slot DVD doesn't serve
+12Von HDD, if the original drive is not installed. - 🔧 Incorrect BIOS settings. Mode
SATAmay be exhibited inIDEinstead ofAHCI, or the controller is disabled Secondary SATA. - 🛠️ Damaged connector or cable. Oxidation of contacts or broken wires in the adapter is a common problem after repeated connections.
- 💽 Uninitialized disk. New HDD may require markup in
GPT/MBRand creating partitions viaDiskPart. - 🔄 Conflict with primary disk. If both drives are connected to the same controller SATA, the system may not “see” the second disk due to boot priorities.
- 🐛 Software errors. Outdated drivers Intel RST or AMD RAID block detection of additional drives.
⚠️ Attention: If after installation HDD The laptop stopped booting (black screen, error No Boot Device), immediately remove the disk and check the settings Boot Order in BIOS. Some models (Lenovo ThinkPad T480, Acer Aspire 5) automatically set boot priority to the second slot.
Diagnostics: how to check the adapter and disk
Before changing BIOS settings or reinstalling drivers, make sure that the problem is not hardware. To do this:
- Check the physical connection:
- 🔍 Disconnect the laptop from the network and remove the battery (if removable).
- 🔧 Carefully remove the adapter with the disk and inspect the contacts for oxidation or contamination.
- 🔄 Try connecting the drive directly to another device (for example, via USB-SATA adapter). If it is detected, the problem is in the adapter or laptop slot.
Some adapters (M.2 NGFF to ODD) require additional power. If the kit comes with a cable with a connector Molex or FDD, connect it to the power supply (for desktop PCs) or check the voltage with a multimeter (should be 5V And 12V).
Connect HDD to a desktop PC or other laptop via USB. If the disk is not detected there either, it is faulty. Use utilities like CrystalDiskInfo for checking SMART-status.
- Original (from the laptop manufacturer)
- Chinese Universal (AliExpress)
- Homemade (soldered)
- M.2 NGFF to ODD
- I don't know which one exactly
| Symptom | Probable Cause | Solution |
|---|---|---|
| The disk is not visible in BIOS and Windows | The adapter or power cable is faulty | Replace the adapter with a proven one (for example, Delock 41458) |
| The drive is visible in the BIOS, but not in Windows | Not initialized or driver conflict | Use diskpart for markup or update Intel RST |
| Laptop freezes on boot | Controller conflict AHCI/IDE |
Turn on AHCI in BIOS and reinstall drivers |
| The disk is detected, but it works slowly | Adapter does not support UASP |
Buy an adapter that supports UASP (For example, StarTech SAT22UAS) |
If the adapter has a jumper to select the mode Master/Slave, set it to position Master - this will increase the chances of detecting the disk.
Setting up BIOS/UEFI for HDD recognition
If the hardware is fine, but the disk is still not visible, the problem may lie in the settings BIOS. Instructions vary depending on the laptop manufacturer and firmware version.
General algorithm of actions:
- Enter BIOS:
To do this, when booting the laptop, press:
- Lenovo/IBM:
F1orDel - HP/Acer:
F10orEsc - Dell:
F2 - Asus/MSI:
F2orDel
- Lenovo/IBM:
- Find a section
SATA ConfigurationorStorage:Look for options like:
SATA Mode Selection→ installAHCI(notIDEorRAID)Secondary SATA Port→ enable (Enabled)Hot Plug→ disable (Disabled), if the disk is not detected
In the section Boot make sure your primary drive (SSD/HDD with the system) is first on the list. If the second disk appears in the boot list, exclude it (Disable).
Click F10 → Save & Exit. If after this the laptop does not boot, reset the BIOS to factory settings (option Load Defaults).
What to do if there is no SATA Mode option in the BIOS?
Some laptops (eg. Apple MacBook Pro until 2015 or Sony Vaio) SATA settings are hidden. In this case try:
- Update the BIOS to the latest version from the manufacturer's website.
- Use Linux Live USB to check disk detection (sometimes Windows blocks non-standard configurations).
- Connect the drive via USB adapter and initialize it and then install it in the slot again DVD.
⚠️ Attention: On laptops HP ProBook And EliteBook series 8xx when turned on AHCI Windows may need to be reinstalled due to missing drivers. Before changing the mode, create a restore point or system backup.
Configuring Windows to work with a second disk
If the drive is visible in the BIOS but not in Conductor, the problem lies in the Windows settings. Follow this instruction:
Step 1: Check in Disk Management
Open the utility diskmgmt.msc (click Win + R, enter the command and click Enter). Possible scenarios:
- 🔄 Disk appears as "Not initialized" → right click and select
Initialize disk. For disks >2 TB, selectGPT, for smaller ones -MBR. - 📁 The disk is visible, but without a letter → right click →
Change drive letter or drive path→ assign a letter (for example,D:). - ⚠️ Disk is marked as "Offline" → right click →
Online.
Step 2: Update Controller Drivers
Outdated drivers Intel RST or AMD RAID may block detection of the second drive. Update them:
- Open
Device Manager(devmgmt.msc). - Expand the thread
IDE ATA/ATAPI controllers. - Find devices like Standard SATA AHCI Controller or Intel(R) Chipset SATA RAID Controller.
- Right click →
Update driver→Search for drivers on this computer→Select from list.... - Select
Standard SATA AHCI controller(if available).
Make sure there are no exclamation marks next to the controllers in Device Manager|Check the driver version (must be no older than 2020)|Temporarily disable your antivirus (it may block driver installation)|Reboot your laptop after updating-->
Step 3: Check for conflicts with the primary drive
If both drives are connected to the same controller SATA, a conflict may arise. To fix it:
- Open
Disk management. - If the second drive is marked as
Dynamic, convert it toBasic(data will be deleted!). - Disable the feature
Write Cachingfor the second disk (Disk properties →Politics→ uncheckAllow record caching).
Features of HDD connection in Linux
In distributions Linux (Ubuntu, Fedora, Mint) The second drive may not appear due to a missing file system or mount. Check it like this:
- View the list of disks:
lsblk -o NAME,SIZE,TYPE,MOUNTPOINTIf the drive is listed (for example,
/dev/sdb), but not mounted - go to step 3. - Check kernel logs for errors:
dmesg | grep -i sataPay attention to the lines with
link downordevice not ready- this indicates problems with the adapter. - Create a file system and mount the disk:
sudo fdisk /dev/sdb # разметка (n → p → 1 → Enter → Enter → w)sudo mkfs.ext4 /dev/sdb1
sudo mkdir /mnt/hdd
sudo mount /dev/sdb1 /mnt/hddTo make the mount permanent, add a line to
/etc/fstab:/dev/sdb1 /mnt/hdd ext4 defaults 0 2
⚠️ Attention: B Linux disks with file systemNTFS(from Windows) are mounted in read-only mode if Windows was not shut down gracefully. To fix, run the command on Windows:chkdsk /f C:(replaceC:per drive letter).
How to choose the right adapter for HDD instead of DVD
Not all adapters SATA-to-ODD equally good. Cheap models (price < 500 ₽) often have problems with power supply or speed. When choosing, pay attention to:
| Parameter | Recommendation | Model example |
|---|---|---|
| Connection type | For 2.5" HDD/SSD — SATA III (6 Gbps) |
Delock 41458 (supports UASP) |
| Disc thickness | Before 9.5 mm (most adapters do not support 12.5 mm) |
ORICO 2139S3 (up to 9.5 mm) |
Support UASP |
Yes (increases speed by 20-30%) | StarTech SAT22UAS |
| Additional food | For HDD (not needed for SSD) | Sabrent EC-ODD2 (with connector Molex) |
Critical Information: Chip Adapters JMicron JMB575 often incompatible with laptops with chipsets Intel 8/9/10 generation (For example, Dell XPS 15, HP Spectre). In this case, the disk will be detected as USB-mass storage, not how SATA, which will lead to low speed (up to 100 MB/s instead of 500 MB/s).
Before purchasing, check reviews for the specific adapter model for your laptop. For example, for Lenovo ThinkPad T490 will do Delock 41458, and for MacBook Pro 2012-2015 - only original adapter Apple or OWC Data Doubler.
Alternative ways to connect a second drive
If replacement DVD on HDD fails, consider alternatives:
- 🔌 USB 3.0/3.1 external box. The speed will be lower (up to 400 MB/s versus 550 MB/s for
SATA III), but there is no need to disassemble the laptop. Example: ORICO 2599U3. - 🔄 Replacing the primary drive with SSD larger volume. For example, Samsung 870 EVO 2 TB or Crucial MX500 4TB.
- 🖥️ M.2 NVMe instead of SATA SSD. If your laptop has a free slot M.2 (check via AIDA64), install there NVMe (For example, WD Black SN850X).
- ☁️ Network storage (NAS). Connect HDD to a router with a USB port (for example, ASUS RT-AX88U) and use it as a network drive.
If the laptop is older than 2015, it most likely does not have a slot M.2 NVMe. Check the model specifications on the manufacturer's website or use the utility CPU-Z (tab Mainboard).
Frequently asked questions
My laptop HP Pavilion 15 doesn't see SSD in slot DVD. The BIOS shows the disk, but Windows does not see it. What to do?
This problem is typical for laptops HP with chipset Intel 8th generation. Solution:
- Update your BIOS to the latest version from official website.
- In BIOS, disable the option
Secure Boot. - Install the driver Intel RST versions
17.2.0.1009or newer. - If that doesn't help, try connecting SSD through USB adapter, format to
NTFS, and then install it back into the slot.
After installation HDD instead of DVD laptop Lenovo ThinkPad T480 stopped loading. What to do?
In laptops Lenovo ThinkPad slot DVD connected to the same controller as the main one SSD. The download priority is lost. Solution:
- Enter BIOS (
F1when loading). - Go to
Startup → Boot. - Find your primary drive (eg Samsung SSD) and move it to first place with
F5/F6. - Disable the option
Boot from ODD(if any). - Save the settings (
F10) and reboot.
Is it possible to install M.2 SATA SSD instead of DVD using an adapter?
Yes, but you need a special adapter for this M.2 NGFF to ODD (For example, Delock 89356). Please note:
- The adapter must support the form factor of your M.2 (
2242,2260,2280). - M.2 NVMe will not work - only M.2 SATA (For example, Crucial BX500).
- Speed will be limited by slot capacity DVD (usually
SATA II, up to 300 MB/s).
How to check if power is being supplied to the adapter in the slot DVD?
To do this you will need a multimeter:
- Unplug the laptop and remove the battery.
- Connect the adapter with the disk to the slot DVD.
- Connect the laptop to the power supply (do not turn it on!).
- Measure the voltage at the adapter contacts:
5V- usually a red wire.12V- yellow wire (needed for HDD, but not for SSD).
For SSD enough 5V, for HDD required and 12V.
What is the maximum capacity HDD, which can be installed instead DVD?
Limits vary by controller SATA and BIOS:
- Laptops up to
2012: usually up to2 TB(limitationMBR). - Laptops
2013-2018: to4-6 TB(if BIOS supportsGPT). - Laptops after
2019: to16 TB(limit current HDD).
For disks >2 TB, be sure to use partitioning GPT (in diskpart or when installing Windows).