Can you connect a USB3.0 hard drive to an eSata port?

11,875

Solution 1

SATA port and USB port use completely different protocols, and you can't connect one to the other.

However, nearly all USB harddrives are really SATA drives in an enclosure that has an USB-to-SATA bridge. Try to open your USB enclosre, take the harddisk out, get a SATA-to-eSATA adapter if necessary, and connect it to the eSATA port.

Background:

The USB-to-eSATA "cable" contains the same kind of USB-to-SATA bridge as used in USB enclosures for harddisks. This bridge is a small computer on a single chip, with an USB port at one end and a SATA port at the other end, and software that translates from one to the other. The chip is small enough you can hide it in the cable, either in the plug at one end, or in a bulge in the middle.

In theory, it would be possible to use a similar chip that translates in the other direction as well (restricted to USB storage devices), but nobody makes those, since nobody needs them (just use the driver directly, as I've described), so you can't buy them.

Solution 2

Actual eSATA ports

In theory you could, you would need a protocol converter cable so that your laptop's eSATA signals could be converted to USB3 and go to the external hard disk enclosure, where they would be converted back to SATA to "talk" to the disk.

Performance-wise, let's say it's not optimal.

There is also another problem: while USB3 provides a power supply, eSATA (natively) does not. So you would need an external power source, you couldn't just plug the cable and connect it to the enclosure.

The bundle you need to purchase, then, will of necessity be more expensive and less performant than an external eSATA enclosure; most of which enclosures additionally already have dual input (USB3 and eSATA), which makes the "cable" solution less flexible, too.

In other words, economically it would make little sense to build such a powered cable, because it would have next to no market; only people with a USB3 device they can't replace and can't open.

If you found such a cable, chances are that it was designed to work only with a very specific laptop.

Modern eSATA+USB combo ports

As @JW0914 pointed out, there exist devices with ports that double as both eSATA and USB ports (they can fit both connectors).

If that were the case (for the HP Proliant N54L unfortunately it is not), then of course you could plug either an eSATA or an USB device into that port using the appropriate cable.

Share:
11,875

Related videos on Youtube

Peter M
Author by

Peter M

Updated on September 18, 2022

Comments

  • Peter M
    Peter M almost 2 years

    I have an HP Proliant N54L system that has an eSata port. I also have a spare USB3.0 3TB spinning disk external harddrive that I want to hook up to my proliant.

    Is it possible to connect the drive to the port?


    For the down voter .. cables like this exist to provide adaption in the opposite direction I require. Thus it seems technically possible.


    Note that I know there are USB ports on the proliant that I can use, but I am running FreeNAS on the system and booting off a USB flash drive connected to an internal port. You can't control the USB boot order on the system and HP prioritized the external USB ports over the internal ones. So if I connect my external drive to a USB port then the damn machine can't re-boot. And under FreeNAS you just can't pull it out and then reconnect it - you have to do a bit of fiddling around. I am trying to avoid doing this.

    • Cliff Armstrong
      Cliff Armstrong almost 7 years
      Just curious, why do you prefer a SATA connection over USB3? USB3 is nearly as fast as SATA 6GB. And you said performance isn't an issue. And USB3 adapter cards for computer/laptop are no more expensive than the cable you're looking for would be.
    • Peter M
      Peter M almost 7 years
      @CliffArmstrong My hardware choices are USB2.0 or eSATA on the N54L. And if I choose USB the system won't automatically reboot as there is nothing to boot from on my USB based drive! I bought a USB3.0 drive to start future proofing things (knowing that it may one day be shifted onto another computer)
    • Cliff Armstrong
      Cliff Armstrong almost 7 years
      The N54L has two expansion slots which I assume are filled already so no USB3 expansion card. And that cuts off the eSATAp option cause you'd need an expansion card for that as well. BTW, you can't configure your system to not to try to boot from USB or to put that USB device last in the boot order? There would be BIOS options for that on a consumer PC.. seems like an odd thing to leave out in a server.
    • Norr
      Norr almost 7 years
      When you say USB 3.0 hard drive, do you actually mean a hard drive within an enclosure with a USB 3.0 controller, or are you referring to a flash/thumb drive?
    • Peter M
      Peter M almost 7 years
      @CliffArmstrong I am trying to get away from USB. I currently can't control the USB boot order in the BIOS so I am hesitant to add a USB3.0 expansion card (BTW the slots are free). By going to eSata I was hoping to get away from that mess.
    • Peter M
      Peter M almost 7 years
      @Norr I have a 3TB USB3.0 spinning disk external hard drive
    • Norr
      Norr almost 7 years
      @Peter M Then as previously stated in the discussion, your best option in this situation is to remove the hard drive from the enclosure and use an eSATA to SATA adapter
  • Peter M
    Peter M almost 7 years
    How do you explain USB3.0 port to eSata peripheral cables then? EG newegg.com/Product/Product.aspx?Item=N82E16812400574 or is that a media converter the middle?
  • Mokubai
    Mokubai almost 7 years
    The bulge in the cable (second image) is an active protocol adapter. It can speak to the computer over USB and then to a hard drive over Sata. It doesn't mean that USB = SATA
  • Peter M
    Peter M almost 7 years
    @Mokubai I'm not suggesting that USB = SATA, but the existence of this cable shows that adaptation in one direction is possible. I just want adoption in the other direction.
  • Mokubai
    Mokubai almost 7 years
    A large part of it will be to do with needs, most people will have a USB connected computer and may randomly happen across eSATA disks, they are much less likely to only have eSATA and need to connect to a USB drive.
  • Cliff Armstrong
    Cliff Armstrong almost 7 years
    Also, USB is a universal serial bus designed for use with any peripheral, often through active-adaptation. SATA doesn't make any of the allowances for unknowable connected devices that USB does. For example... SATA doesn't provide power on the wire while USB does. So while it's hypothetically possible to put some sort of adapter in the wire that would let you use a USB device on a SATA bus... you'd probably also have to plug it into the USB bus to get power for the SATA-USB adapter. At which point... why bother?
  • Cliff Armstrong
    Cliff Armstrong almost 7 years
    You would also need a power source for the SATA-USB adapter. SATA doesn't provide enough power on the data line. And the most obvious choice would be a USB port... but if you end up using up a USB port anyway, why would you bother? I suppose you could have a power adapter going to a wall outlet... What's interesting are the old eSATA/USB3 combo ports I used to see. That might offer a solution... but I've not seen those in a while.
  • Peter M
    Peter M almost 7 years
    @CliffArmstrong My USB drive already has an external PSU but no idea if it can back fill the USB cable
  • Cliff Armstrong
    Cliff Armstrong almost 7 years
    Oh, sorry, I see what you mean, and no. The way USB is designed that would not happen. It has a power lead and a ground lead. But the only power source is supposed to be at the hub/computer. The devices are very intentionally made so that any power provided directly to them does not leak back to the USB hub/computer. If it did it could potentially damage them.
  • Peter M
    Peter M almost 7 years
    Performance wise I don't care as it is a backup to my backup system and will only be accessed in the wee hours of the morning. BTW the enclosure you linked to is not eSata. But I am getting an idea that I may be trying to beat a dead horse
  • Peter M
    Peter M almost 7 years
    @CliffArmstrong Also see the link provided in LSerni's answer and also this one en.wikipedia.org/wiki/ESATAp about eSata power. It seems eSATAp exists to fill this power void. But I know I won't have the eSATAp!
  • LSerni
    LSerni almost 7 years
    Sorry, fixed the Amazon link to another enclosure (there are 3.5" enclosures too, saw them on Amazon). But what about a eSATA-to-SATA (with power) as @dirkt suggested?
  • Peter M
    Peter M almost 7 years
    I have this really nice USB3.0 enclosed 3TB hard drive. I really don't want to butcher the USB3.0 case just to put the drive into another case.
  • LSerni
    LSerni almost 7 years
    That's understandable! But you might get a PCIe USB3 card perhaps, and get a USB3 connection that way?
  • Cliff Armstrong
    Cliff Armstrong almost 7 years
    no eSATAp showed up for a very short time right before USB3 landed and then disappeared cause USB3 pretty much replaced it. That's what I was talking about with the eSATA/USB3 combo ports, that's what eSATAp actually is.
  • Peter M
    Peter M almost 7 years
    I am wary of adding a USB3.0 card PCIe as I can't control the current USB boot order in BIOS and I am not sure if I will end up in the same boat.
  • LSerni
    LSerni almost 7 years
    This keeps getting more difficult :-). But I think you can install GRUB on the external disk, instructing it to chain to the correct disk, should it ever gain control of the boot process.
  • Peter M
    Peter M almost 7 years
    You think this is bad? I was just looking at an eSata case whose website says its compatible with Windows and OS X but doesn't work under Linux (besides which I am using FreNAS which is BSD based). I emailed the supplier and they conformed that statement. Mind boggled.
  • LSerni
    LSerni almost 4 years
    @JW0914 calling a combo USB+eSATA port "eSATA port" still does not make it an eSATA port (like the one in the OP's HP Proliant N54L). So, I don't feel my answer was factually inaccurate. I'll add the possibility, though.
  • JW0914
    JW0914 almost 4 years
    @LSerni After some additional research, I learned my prior comment isn't accurate in the context of the question, or this answer, and I will be deleting it.The official name for the port I wrongly assumed was a normal eSATA port is EUHP (eSATA USB Hybrid port), and the reason they're able to work as a hybrid is due to the connector's pin layout - the bottom of the male connector contains 4 USB pins, whereas the top contains 7 SATA pins.
  • Vomit IT - Chunky Mess Style
    Vomit IT - Chunky Mess Style almost 4 years
    So to answer the question specifically you are saying what about the question regarding "connecting a USB3.0 hard drive to an eSata port using an HP Proliant N54L system". You are saying this will work and you know for sure or what just to be clear.