Kodi Community Forum
installed openelec on 2gb microsd card, what happens when it fills up? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Linux (https://forum.kodi.tv/forumdisplay.php?fid=52)
+---- Thread: installed openelec on 2gb microsd card, what happens when it fills up? (/showthread.php?tid=131406)



installed openelec on 2gb microsd card, what happens when it fills up? - boddah - 2012-05-12

what happens when my .'..userdata/thumbnails' folder fills up the flash drive? will it spill over elsewhere, or can i somehow change the path of the userdata folder onto my media storage drive, where space is not an issue?

thank you in advance!


RE: installed openelec on 2gb microsd card, what happens when it fills up? - Plaguester - 2012-05-13

Yes you can. Assuming both are mounted:

Code:
# turn off XBMC before doing this
$ mv /home/xbmc/.xbmc /mediaStorageMount/

# make a link to the folder
$ ln -s /home/xbmc/.xbmc /mediaStorageMount/.xbmc

Replace "mediaStorageMount" with the path to the mount point for the media storage drive.