Connecting 14 different external hard disk together to a Windows 7 PC

28,153

Solution 1

Your USB interface is going to be a bottleneck. You can daisy chain up to 128 devices with USB, though, you'll need to use powered drives of powered hubs.

If it's just a matter of space, it could work. You could probably use a pair of 8/9 port hubs, or chain up USB drives like so

                               +----+                         
                   USB Hub 1   |    +--------->Powered hub 1  
                    4x ports   |    |                         
                    unpowered  |    +---------> Powered hub 2 
<------------------------------+    |                         
    USB to PC                  |    +----------> Powered hub 3
                               |    |                         
                               |    +----------> Powered hub 4
                               +----+                         

Or split it in half with 2 powered hubs hanging off an unpowered one.

I'd take note of the USB drive's power usage (If it's a 2.5 inch drive) and the power supply capacity of the powered hubs. If the powered hubs aren't giving enough power for the drives you are using, you may need to split off some drives into another powered hub. If you're using drives with a separate power supply, you cannot worry about power supply from the hubs.

I've done some back of the envelope calculations based off hardware I have - I have a Toshiba Canavio HDD that's rated for 5V/1A and my Belkin USB hub has a 2.6A power supply. If I wanted to play it safe, I'd have at most 2 self-powered USB drives per powered hub, maybe 3-4 if I felt adventurous. I'd test to make sure this actually works with all 4 drives plugged in, and while loading all 4 drives simultaneously.

On Windows, I would probably consider the matter of running out of drive letters, but it's only 16 drives.

I'd add this is a pretty horrid set up. You're going to have speed constrained to the USB ports you use, you're going to have a spider's mess of cables, troubleshooting will be a pain, since you have multiple points of failure and so on.

Solution 2

I bought a 7-port USB hub with (theoretically) 1A of external power. But it does not support more than 2 non-powered USB 2.5" drives... so if you have electronic skills, my sugestion is to:

  1. Connect the big hub (with or without external power) into the computer
  2. Hack the USB cable (the one that connects the HDD to the HUB) to receive power from an external font, like an hacked ATX-desktop font: Can I safely connect the power-only-end of a USB-Y cable to an other power source?
  3. Connect how many (<127) drives you want.

Just remember that performance will be quite bad when using more than one drive at once. If performance is an issue, look for PCI/USB cards to plug into your desktop computer.

Share:
28,153

Related videos on Youtube

Karuthedan
Author by

Karuthedan

Updated on September 18, 2022

Comments

  • Karuthedan
    Karuthedan almost 2 years

    Is there any way I can connect 14 different external USB hard disks together to a Windows 7 64 bit desktop PC? My system has only two USB ports. I want to mount all these external disks together as different drives in the system.

    Right now, I am able to connect one External hard disk using the PC USB port.

    I have read that there are USB Hubs available which provides 10 USB ports. Has anybody tried USB hubs to connect more external hard disks (more than 6)? Is there any known issues like performance difference from connecting them like this?

  • Karuthedan
    Karuthedan almost 10 years
    I want to know, if I buy a USB Hub, is there any technical issue to connect multiple external hard disks TOGETHER.
  • Karuthedan
    Karuthedan almost 10 years
    Thanks for the explanation. Could you please suggest a better cheaper solution. I have 16 external hard disk of 2 TB size each with full of data. I want to access all the drives simultaneously for making an analytic report.
  • Thalys
    Thalys almost 10 years
    The fact that these are USB Hard drives is really the major constraint here. You can handle the speed issue with more root hubs, either external PCI or express card (and well doing this on a laptop is a horrid idea), or using USB 3.0 drives and connectors. You can handle the power issues with externally powered drives. However there's no cheap, fast and reliable method for what you want. For that matter, even moving the drives internally would be tricky without something like what Ruslan suggested.
  • Loren Pechtel
    Loren Pechtel over 8 years
    Your price doesn't include the controller that is needed. I've had a lot of trouble with disk controllers not wanting to place nice with non-server motherboards.
  • Keltari
    Keltari over 8 years
    you can only connect 127 devices, the 128th is the controller itself. also, depending on how they are used, drive letters are irrelevant as you can access them by UNC
  • DavidPostill
    DavidPostill over 7 years
    "external font" What have fonts got to do with the question and what is an "external font?