One solution is to power my Pi from the USB hub. Unfortunately my power cable compatible with the HUB is only 5V 1A so I'd have to order one with 2A+.
The other solution would be to power the external HDD through the Pi (because my power cable for the Pi is 5V 2A). I've been looking for ways to do this and the general method seems to set
Code: Select all
max_usb_current=1viewtopic.php?f=29&t=100244
The OP of that topic seems to suggest that method only works with B+ and Pi 2, is this definitely true?