I am using this powered hub - http://www.transcend-info.com/Products/No-402 to power my seagate 500gb portable hdd.
The issue I am facing is that when i power the setup the hdd isn't getting powered. I have to separately turn it on and then connect the USB to the pi.
When pi is running with hdd automounted and i reboot the hdd works properly
My fstab file:
Code: Select all
proc /proc proc defaults 0 0
/dev/mmcblk0p1 /boot vfat defaults 0 2
/dev/mmcblk0p2 / ext4 defaults,noatime 0 1
UUID=A65054F65054CEA5 /mnt ntfs-3g uid=1000,gid=1000,umask=007 0 2