by Socaltom » Wed Feb 27, 2013 8:46 pm
you are at the pogoplug prompt. Here are the reinstall instructions once you are at that prompt
$this->bbcode_second_pass_code('', 'cd /tmp')
Start fdisk on the USB drive:
$this->bbcode_second_pass_code('', '/sbin/fdisk /dev/sda')
At the fdisk prompt, delete old partitions and create a new one:
Type o. This will clear out any partitions on the drive.
Type p to list partitions. There should be no partitions left.
Now type n, then p for primary, 1 for the first partition on the drive, and then press ENTER, accepting default values.
Exit by typing w.
Now create the ext3 filesystem:
$this->bbcode_second_pass_code('', 'wget http://archlinuxarm.org/os/pogoplug/mke2fs')
$this->bbcode_second_pass_code('', 'chmod 755 mke2fs')
$this->bbcode_second_pass_code('', './mke2fs -j /dev/sda1')
$this->bbcode_second_pass_code('', 'mkdir /tmp/usb')
$this->bbcode_second_pass_code('', 'mount /dev/sda1 usb')
Download and install Arch Linux ARM:
$this->bbcode_second_pass_code('', 'cd /tmp/usb')
$this->bbcode_second_pass_code('', 'wget http://archlinuxarm.org/os/ArchLinuxARM-armv5te-latest.tar.gz
tar -xzvf ArchLinuxARM-armv5te-*.tar.gz # This will take a long time
rm ArchLinuxARM-armv5te-*.tar.gz
sync # Takes a while when using a flash drive')
Clean up and reboot. Cross your fingers and hope for the best.
$this->bbcode_second_pass_code('', 'cd ..
umount /tmp/usb
/sbin/reboot')
The SSH key of your device will be different, so you need to tell Mac OS X or Linux to remove it from ~/.ssh/known_hosts before using SSH again:
ssh-keygen -R 192.168.1.123 # Use your device's IP
Log back in after your Pogoplug reboots using username root and password root.
used to be owned by me
Pink Pogo V2, Black Pogo V3, Zyxel NAS 325 v1,
used to be Adminstrator for
Goflex net, Black V3, Black V2
Now I have a couple of raspberry pi ( 3+ and 4)