Hi,
I just tried to install arch linux on my pogoplug series 4 and cant get further than 8th point on your tutorial. Formatting of the connected drive worked well. Now it says following:
/tmp # wget http://archlinuxarm.org/os/pogoplug/mke2fs
-sh: wget: not found
/tmp # chmod +x mke2fs
chmod: mke2fs: No such file or directory
/tmp # ./mke2fs -j /dev/sda1
-sh: ./mke2fs: not found
/tmp # mkdir alarm
mkdir: can't create directory 'alarm': File exists
/tmp # mount /dev/sda1 alarm
mount: mounting /dev/sda1 on alarm failed: Invalid argument
As being somebody who isnt really into terminal language: it appears that mke2fs and wget do not work properly, right? I tried to install them via tutorials I found for osx but none of them worked in this special case. When I try wget without being logged in to pogoplug, for example to download itunes, the command works.
Anybody an idea?