What am I doing wrong? Is it something wrong with the 4GB USB drive (in top slot)? I just used that USB drive to transfer a 2GB image file from a Mac to a PC write an SD to set up my Raspberry Pi, so I think it's OK.
$this->bbcode_second_pass_code('', '/ # killall hbwd
/ # /sbin/fdisk /dev/sda
Command (m for help): o
Building a new DOS disklabel. Changes will remain in memory only,
until you decide to write them. After that the previous content
won't be recoverable.
Command (m for help): p
Disk /dev/sda: 4026 MB, 4026531840 bytes
255 heads, 63 sectors/track, 489 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
Command (m for help): n
Command action
e extended
p primary partition (1-4)
p
Partition number (1-4): 1
First cylinder (1-489, default 1): Using default value 1
Last cylinder or +size or +sizeM or +sizeK (1-489, default 489): Using default value 489
Command (m for help): w
The partition table has been altered!
Calling ioctl() to re-read partition table
/ # cd /tmp
/tmp # wget http://archlinuxarm.org/os/pogoplug/mke2fs
Connecting to archlinuxarm.org (206.217.130.189:80)
/tmp # chmod +x mke2fs
/tmp # ./mke2fs -j /dev/sda1
mke2fs 1.41.9 (22-Aug-2009)
Filesystem label=
OS type: Linux
Block size=4096 (log=2)
Fragment size=4096 (log=2)
245760 inodes, 981965 blocks
49098 blocks (5.00%) reserved for the super user
First data block=0
Maximum filesystem blocks=1006632960
30 block groups
32768 blocks per group, 32768 fragments per group
8192 inodes per group
Superblock backups stored on blocks:
32768, 98304, 163840, 229376, 294912, 819200, 884736
Writing inode tables: done
Creating journal (16384 blocks): done
Writing superblocks and filesystem accounting information: done
This filesystem will be automatically checked every 35 mounts or
180 days, whichever comes first. Use tune2fs -c or -i to override.
/tmp # mkdir alarm
/tmp # mount /dev/sda1 alarm
mount: mounting /dev/sda1 on alarm failed: Invalid argument
/tmp #')