I wanted to add more storage to my GoFlex home which is booting from SATA port.
I formatted a 3TB external hard drive as ext3 with Gparted on another computer and plugged it into the USB port. The external USB drive gets recognized because after executing "blkid -o list -c /dev/null," the hard drive shows up in the list as:
/dev/sdb1 ext3 (not mounted)
But if I reboot, the Goflex does not come back over ssh until i remove the USB drive and restart again. I set my rootfs partition to have the boot flag and made sure the partition on USB does not have the boot flag but that didnt help.
Does the USB port have booting priority over the SATA port, or what is the reason I can't boot with USB drive plugged in?