Czy wolisz polską wersję strony elektroda?
Nie, dziękuję Przekieruj mnie tamASMT 2105 does not show drive
• The computer is seeing the ASMT 2105 USB-to-SATA bridge, but it is not establishing a working data path to the drive behind it.
• The fault is almost always one of four things: ① a bad USB cable/port or inadequate power, ② a corrupted Windows/USB-Mass-Storage driver stack, ③ a failed ASMedia bridge board/enclosure, or ④ the SATA drive itself has failed or its partition table/filesystem is corrupted.
• Isolate the culprit by (a) trying a different cable/port/PC, (b) examining Device Manager and Disk Management, (c) testing the bare drive on a direct SATA connection or another enclosure, and (d) updating/refreshing drivers. Replace or repair whichever element proves faulty.
• ASMedia released bridge firmware v141116_A1 (Q3-2023) mitigating USB selective-suspend compatibility under Windows 11 22H2. Some enclosure vendors publish the update utility; check their support page.
• Windows 11 KB5030211 re-enabled USB UASP on many ASMedia bridges; stale USB 3.0 drivers may therefore mis-enumerate older enclosures—up-to-date OS and chipset drivers reduce issues.
• Increasing adoption of USB-PD powered 10 Gb/s enclosures means 5 V/900 mA USB-A ports are often insufficient for legacy products; powered hubs remain a best-practice.
• Market trend is toward ASMT 2362/ASM 235CM bridges; if the 2105 enclosure is dead, replacement enclosures offer TRIM passthrough and better SMART reporting.
Power math example (3.5-inch HDD): spin-up inrush ≈ 1.9 A @ 5 V + 1.0 A @ 12 V. A single USB-A port cannot supply 12 V and tops out at 0.9 A @ 5 V. Hence desktop-class disks absolutely need an external PSU; without it the bridge enumerates but SATA link never completes, producing exactly the “empty ASMT 2105” symptom.
Command-line verification
C:\> devmgmt.msc ← watch ‘Disk drives’ & ‘USB controllers’
C:\> diskpart
DISKPART> list disk ← if disk shows 0 bytes, bridge works; SATA side not.
SMART check when the bare drive is connected directly:
smartctl -a /dev/sdX (Linux) | CrystalDiskInfo (Windows)
If the drive reports ID C5/C6 re-allocated/pending sectors, plan for data recovery.
• If the drive contains personal or customer data, handle in accordance with GDPR/CCPA and corporate data-handling policies.
• Attempting firmware re-flashes or enclosure disassembly may void warranties; obtain user consent.
• For drives with legally sensitive data, professional recovery labs under chain-of-custody procedures are recommended.
Quick triage checklist
□ New USB cable and different port (rear I/O or powered hub)
□ External PSU for 3.5-inch units verified (LED on)
□ Observe LED/spin-up; no spin → power or HDD PCB fault
□ Device Manager: uninstall “ASMT 2105 USB Device” + “USB Mass Storage”, reboot
□ Disk Management: if drive seen as RAW/Unallocated, image the disk first (ddrescue, Clonezilla) before repairs
Component isolation
– Remove drive, attach to desktop SATA or another USB-to-SATA adapter.
– Insert known-good drive into the suspect enclosure.
Results matrix:
Test result | Bridge OK? | Drive OK? | Action |
---|---|---|---|
New drive works in old enclosure | Yes | No | Replace HDD, recover data if needed |
Original drive works in new enclosure | No | Yes | Replace enclosure/ASMT board |
Neither works anywhere | ? | ? | Investigate power/host; if still fail → both suspect |
Firmware / driver refresh
– Update motherboard chipset & USB drivers (Intel/AMD).
– Flash enclosure firmware if vendor utility lists “ASMT 2105 firmware 1x11”.
Data-first approach
– If partitions missing but drive readable, run TestDisk or R-Studio to rebuild GPT/MBR.
– Critical data? Don’t write to disk; ship to recovery lab.
• Some early ASMT 2105 enclosures lack UASP; forcing USB 2.0 mode (via USB-A 2.0 cable or a hub) sometimes brings the drive online long enough to copy data.
• Firmware tools are vendor-specific; flashing the wrong bin can brick the bridge permanently.
• Drives that click or report “0 MB” capacity even on direct SATA usually suffer internal failure; DIY recovery attempts may worsen damage.
• Review ASMedia white-paper “USB3-SATA bridge power sequencing” (2022) for deeper electrical insight.
• Examine Linux kernel logs (dmesg | grep usb
) while hot-plugging to see USB descriptor hand-shake details.
• Investigate NVMe-to-USB bridges (ASMT 2364) if upgrading enclosures—better thermals and sustained throughput.
An “ASMT 2105” entry without a usable drive means the USB bridge is alive but either under-powered, driver-blocked, defective, or unable to talk to the SATA disk. Start by ruling out cables, ports, and power; inspect Device Manager and Disk Management; then isolate by swapping enclosure/drive. Update drivers or bridge firmware where available. Once the failing element is identified, replace it or recover data accordingly.