2015-05-23, 08:48 PM
Just in case someone else runs into this same problem, I wanted to post with info to save others' time.
When I launched X-NEWA this morning, all that I got was a blank screen. I tried rebooting the PI, stopping and restarting the NextPVR Recording Service, turning on debugging, etc. Finally, I noticed this line in the kodi.log:
I was using an old 2GB micro SD card, and sure enough, it was indeed full.
FYI, here's what I did to fix the problem:
When I launched X-NEWA this morning, all that I got was a blank screen. I tried rebooting the PI, stopping and restarting the NextPVR Recording Service, turning on debugging, etc. Finally, I noticed this line in the kodi.log:
Code:
12:14:19 T:1832866880 NOTICE: [Errno 28] No space left on device
I was using an old 2GB micro SD card, and sure enough, it was indeed full.
FYI, here's what I did to fix the problem:
- Shutdown Kodi and the RPi
- Remove the micro SD card from the RPi
- Put the card in my Windows machine
- Use Win32 Disk Imager to copy the card contents to an image file
- Remove the micro SD card from Windows and replace with a larger card
- Use Win32 Disk Imager to write the image file to the new card
- Put the new card into the RPi and boot
- At this point, the /storage partition is still the old size on the new card. Forunately, OpenElec has a super easy what to fix this.
- SSH into the RPi and login as root
- Use the command touch /storage/.please_resize_me to create a file to trigger OpenElec to resize the partition
- Reboot the RPi
- When OpenElec boots, it will find the trigger file and expand the storage partition to fill the SD card