Hi,
I am new to archlinuxarm and pogo. Thanks to all the contributors for the excellent articles and posts here!
I have archlinuxarm running on my pogoplug basic. It boots off a 40gb external USB hard drive. I would like to create a backup of its contents to a 4GB flash drive. I formatted the 4gb flash drive as an "ext3" partition on an ubnutu machine, but now the flash drive doesn't get mounted on my pogo. Below are the mount and partitions outputs:
$this->bbcode_second_pass_code('', '[root@alarm ~]# mount
/dev/root on / type ext3 (rw,relatime,errors=continue,data=writeback)
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
/sys on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
/run on /run type tmpfs (rw,nosuid,nodev,relatime,size=10240k,mode=755)
udev on /dev type tmpfs (rw,nosuid,relatime,size=10240k,mode=755)
none on /dev/pts type devpts (rw,relatime,mode=600)
shm on /dev/shm type tmpfs (rw,nosuid,nodev,relatime)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev,relatime)
[root@alarm ~]#
[root@alarm ~]#
[root@alarm ~]# cat /proc/partitions
major minor #blocks name
31 0 131072 mtdblock0
31 1 14336 mtdblock1
31 2 116736 mtdblock2
8 0 39088896 sda
8 1 39086113 sda1
8 16 3910591 sdb
8 17 3910000 sdb1
[root@alarm ~]#
')
What should i do to have the USB flash drive mount successfully on the pogoplug?
Also, the 40gb drive that is the current boot drive for the pogo is rather old and I would feel better if I had a backup. How do I copy the contents of the 40gb drive (there shouldn't be anything else other than the archlinuxarm bare install, so I think its contents are only about 2.5gb or so) to the 4gb flash drive and be able to boot from that copy?
Thanks for any suggestions and help!
gard