@pepedog: will try to reinstall the built package and update the kernel tommorow evening.

@kmihelich: the current SD card actually has two partitions: a 4GB ext4 for the root / and a large ext4 data partition.
$this->bbcode_second_pass_code('', '[root@wandboard ~]# fdisk -l /dev/mmcblk0
Disk /dev/mmcblk0: 14,9 GiB, 15931539456 bytes, 31116288 sectors
Units: Sektoren of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x000b6046
Gerät Boot Start Ende Blocks Id System
/dev/mmcblk0p1 8192 8394751 4193280 83 Linux
/dev/mmcblk0p2 8394752 31115263 11360256 83 Linux
[root@wandboard ~]# fdisk -l /dev/mmcblk1
Disk /dev/mmcblk1: 14,9 GiB, 15997075456 bytes, 31244288 sectors
Units: Sektoren of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x00016a06
Gerät Boot Start Ende Blocks Id System
/dev/mmcblk1p1 2048 31244287 15621120 83 Linux
[root@wandboard ~]#')
$this->bbcode_second_pass_code('', 'root@wandboard ~]# blkid
/dev/mmcblk0: PTUUID="000b6046" PTTYPE="dos"
/dev/mmcblk0p1: LABEL="wandboardarch" UUID="21f112a1-b27b-449b-bc71-c20f25800441" TYPE="ext4" PARTUUID="000b6046-01"
/dev/mmcblk0p2: LABEL="music1" UUID="59f95463-0a6c-4959-888b-d36f07c2ecad" TYPE="ext4" PARTUUID="000b6046-02"
/dev/mmcblk1: PTUUID="00016a06" PTTYPE="dos"
/dev/mmcblk1p1: LABEL="music2" UUID="cd9b6c43-e457-4187-a9b6-1da30b08bc9f" TYPE="ext4" PARTUUID="00016a06-01"
[root@wandboard ~]#')
When I tried a fresh sdcard with a new archlinuxarm-image on may 4th, I created a single ext4 partition for root / on a 8gb sdcard.
BTW: thank you all for helping. I really appreciate it. The community is very active. 