So i got my goflex home 3TB running with archlinux for a few days, even got samba installed at it worked like a charm, i then decided to fire it up today and play with it a bit more.
Now it aint responsive to SSH, cant find it on the network not even with an IP Scanner.
It had a static IP but its not responsive on that either.
i tried following this post viewtopic.php?f=18&t=3312&p=19207#p19207
$this->bbcode_second_pass_quote('', '1'). Download a Linux Live CD (get kubuntu live cd, it's more like windows)
2. Burn and boot that cd on your PC (or use a USB flash drive, whatever works for you)
3. Connect the flash drive you want to boot from to this same PC
4.Go to K --> Applications --> System --> Partition Editor
5. Format this flash drive(hard drive) as ext3 for GoFlex (ext2 for the rest), mark it as bootable (just in case), label it "rootfs". Make sure rootfs partition is <=20GB.
6. After it's done formatting, remove and reinsert the flash drive. Open file manager and open this flash drive at least once (so it gets mounted)
7. Open terminal and copy paste the following (not everything together, but line by line)
Code: Select all
sudo su
cd /media/rootfs
wget http://archlinuxarm.org/os/ArchLinuxARM ... est.tar.gz
tar xvzf ArchLinuxARM-armv5te-latest.tar.gz
sync #may take a while
cd /
umount /media/rootfs
8. Remove flash drive. You should be able to boot from it now