http://archlinuxarm.org/platforms/armv5 ... e-dockstar
Step 4 says:
Set the U-Boot variable to tell the kernel to use ext3:
/usr/sbin/fw_setenv usb_rootfstype ext3
Yet step 7 says:
Create the ext2 filesystem:
wget http://archlinuxarm.org/os/pogoplug/mke2fs
chmod 755 mke2fs
./mke2fs /dev/sda1
mkdir usb
mount /dev/sda1 usb
I may be wrong, but my understanding of this is it is telling the system to boot from a ext3 hdd/USB, then in the next step it formats your usb as ext2.
I thought I might be wrong because one might refer to the internal NAND rather than the usb, or maybe an ext2 drive will boot off a system setup to ext3.
I'm just curious is all.