Awesome! Thank you so much, I'll try it out and get back to you with the results.
UPDATE
I think I just bricked my system.
I did the following:
$this->bbcode_second_pass_code('', '
cd /tmp
wget http://projects.doozan.com/uboot/install_uboot_mtd0.sh
chmod +x install_uboot_mtd0.sh
./install_uboot_mtd0.sh --no-uboot-check
/usr/sbin/fw_setenv sata_device '0:1'
/usr/sbin/fw_setenv sata_root '/dev/sda1'
/usr/sbin/fw_setenv sata_rootfstype 'ext3'
/usr/sbin/fw_setenv sata_rootdelay '10'
/usr/sbin/fw_setenv sata_set_bootargs 'setenv bootargs console=$console root=$sata_root rootdelay=$sata_rootdelay rootfstype=$sata_rootfstype $mtdparts $sata_custom_params'
/usr/sbin/fw_setenv sata_boot 'ide reset; mw 0x800000 0 1; ext2load ide $sata_device 0x800000 /boot/uImage; if ext2load ide $sata_device 0x1100000 /boot/uInitrd; then bootm 0x800000 0x1100000; else bootm 0x800000; fi'
/usr/sbin/fw_setenv sata_bootcmd 'run sata_set_bootargs; run sata_boot'
/usr/sbin/fw_setenv bootcmd 'run sata_bootcmd; usb start; run force_rescue_bootcmd; run ubifs_bootcmd; run usb_bootcmd; usb stop; run rescue_bootcmd; run pogo_bootcmd; reset'
/usr/bin/fw_setenv sata_custom_params 'ipv6.disable=1'
')
I followed the link you posted pretty exactly, but now after a reboot I cannot ssh back in. The GoFlex Net will start out alright with the green LED on the front flashing, but where it used to turn off and then turn solid, it now just turns off altogether. I can here the SATA drive running still. Trying the other SATA port just results in the green flashing light turning to an orange flashing light. Please help!
Scared shitless,
--Wes