Hello,
I tried to search for the problem but could not find anything related.
I followed the instructions for GoFlex Home here: http://archlinuxarm.org/platforms/armv5 ... oflex-home
I could not fdisk the drive because it was mounted still. I investigated and ran mount and saw that instead of /dev/hda1 the mounts were /dev/hda.
So I ran this command:
while [ `mount | grep sda | wc -l` -gt 0 ]; do umount -f /dev/sda; done
Now I could run
/sbin/fdisk /dev/sda
I went through the rest of the instructions and everything seemed well.
I used:
ethaddr uu:vv:ww:xx:yy:zz
And entered the MAC address of my device which is:
ethaddr 00:10:75:2D:EA:5f
I rebooted as the instructions say, and just left everything alone for five minutes.
When I rebooted, I found a device in my Router IP Table:
192.168.2.7 alarm 02:50:43:21:a6:f5
I have verified that this is my GoFlex Home - but notice that the MAC address is different.
I tried to ssh into this device:
ssh root@192.168.2.7
or just
ssh 192.168.2.7
And received this error message:
ssh: connect to host 192.168.2.7 port 22: No route to host
The LED on the GoFlex Home is RED.
Where do I go from here?
Thanks,
David
