da hatte ich also meine SD-Karte auf einen Stick geklont, mit dem USB Image Tool, da gabs das nächste Problem: ich konnte das openelec-update nicht einspielen, weil auf dem Stick nicht genug Platz für das aktuell lauffähige Image und zusätzlich das Update auf die aktuellste Version war.
Hintergrund war, dass vom 2 GB Stick nur 1GB genutzt wurden, weil das vom Ursprungs-Abbild, der 1GB-SD-Karte so kam.
Aber auch hierfür habich ziemlich schnell hier eine Lösung gefunden: http://goo.gl/cZ2F1
SSH into your RPI running OpenELEC using putty and follow these steps (only black text, comments are in red): cd / touch /var/lock/xbmc.disabled killall -9 xbmc.bin (XBMC will Close) umount /storage parted /dev/mmcblk0 unit s p (make note of starting sector of partition 2) rm 2 mkpart primary 258048 -1 (258048 is the starting sector of partition 2 you noted down earlier, add a space and -1) quit parted e2fsck -f /dev/mmcblk0p2 resize2fs /dev/mmcblk0p2 mount /dev/mmcblk0p2 /storage df -h rm /var/lock/xbmc.disabled (XBMC will restart)
hat 1A geklappt und jetzt hatte mein openelec-Stick auch wieder genug Platz zum Updaten.
So, damit bin ich wieder auf der neuesten Version 3.0.3 und mein funktionierendes System mit Version 2.0.0 liegt brav auf der alten SD-Karte und ich könnte jederzeit durch Umstecken wieder zurück.
Herrlich!
DC
.