Request Advice: How to power 4 SSDs connected to RPI

Check DM.

This should serve well. I’m using a 4-port version to power 2.5" HDDs

https://www.flipkart.com/tp-link-3-0-7-port-uh700-usb-hub/p/itmeghnyhm59sgyk

2025, update.

With usb to sata adapters like these, they have DC power jack for external power.

Here you can use DC barrel jack splitter like this one.

This is as easy as it’s gonna get. One DC adapter will power all.

Thanks. I will use it so.

If you have a Rpi 5, you can use [this](’

Buy Radxa Penta SATA HAT Perfect NAS Server Solution | Evelta

) like [this](’

Raspberry Pi 5 Use Penta HAT | Radxa Docs

).

Those DC Jacks are 12v only. ie.) For 3.5 inch HDDs.

You might not find any benefit for 2.5 HDDs or SSDs.

Cheers

No this is for a pi 4

1 Like

Good call, I will test and report, if we use 5V adapter will the SSD switch to external power or not.

2 Likes

@@Heisen any chance you can provide me with the source files? I wanted bare metal for the power, and USB-C inputs.

@@bornlibra23 some points you may want to keep in mind when specifying your system design, if I may.

The RPis are usually internally sharing the bus, so the concern for bandwidth is overblown. As a matter of fact most platforms use a hub on each pair of outputs, but there’s still sufficient sharing going on internally.

Moreover, the Pi cannot saturate a pair of 5gpbs connections because of low internal throughput. Even a Pi5 cannot manage more than 800MB/s transfers on its PCIe connector.

The biggest advantages of SSDs are random access, and they usually remain the same regardless of bus connection because there is sufficient latency overhead in a USB 2.0 connection to allow for fast random access, even though sequential is slower.

Most non-DRAM drives slow down to native flash rates in large sequential writes once the SLC cache runs out, I’ve seen as low as 35MB/s which is below USB 2.0 bandwidth.

Lastly, flash is far more susceptible to failure than magnetic media, and less likely to be recovered for every sort of fault. Even a badly damaged magnetic platter can be recovered with some effort.

You mean pcb gerber files? It’s attached in the thread in post [#30](’

https://techenclave.com/threads/request-advice-how-to-power-4-ssds-connected-to-rpi.215515/post-2480725

)

The design is just concept not tested in real world.

No I wanted raw files, like Eagle or EasyEDA.

Gerbers cannot be easily modified.

This is simply great!
Just curious if electronics your background…

Ah I see, here you go. Will open in EasyEDA nicely.

Background is programming, electronics is hobby.


Attachments:

USB external power Type-C_160e7191098a4fb4a66e41e561f019b0.zip (133 KB)

1 Like

Many thanks. Now to try to learn EasyEDA, we use Eagle at work.

If you used anything else before, EasyEDA will be walk in the park.

1 Like