Discussion about UnionFS from #rockbox-community 07:52 GodEater: dont say other filesystems are nodo :( ... i do sort of want to get NFS going on the mini2440 :p 07:52 which of course requires me to get around to installing rockbox on it 07:52 JdGordon|: well, they are 07:52 that being said, I do quite like the idea of unionfs 07:53 I'm not a fan of the thing 07:53 nothing except hardware related stuff is ever a real NoDo :D 07:53 it could actually be really simple to implement 07:53 the big problem I see with other filesystem support is windows users 07:54 a lot of whom would likely guy "huh? What's a filesystem?" 07:54 how does unionfs do file writing? 07:55 no idea - read the code :) 07:57 * JdGordon| suspects adding read support could be as simple as adding a few lines of code 07:57 hmm... should even be able to en/disable it on the fly 07:58 dircache would probably not play nice though 07:59 according to http://www.evolware.org/chri/hopeless.html there's a concept of "priority" with the filesystems you mount 07:59 so I guess writes go to the one with the highest priority 07:59 I imagine we could make this work once Rockbox does MTP properly 08:00 then the host support of the filesystem becomes a non issues. 08:00 but it does mean it'd only work on players where we have our own USB stack 08:01 na, once its connected to usb its not rockbox's problem anymore 08:02 that's true only if you're using UMS 08:03 yay, package state has finally changed to "with delivery courier" 08:03 JdGordon|: I found this too : http://www.linuxjournal.com/article/7714 08:05 too long to read at this time of night :) 08:05 umm... morning :p 08:06 we could stick a "mount point" in the / directory 08:06 which is read only 08:08 this could have some serious fun stuff.... if the SD card has priority you could setup the .rockbox folder on the internal storage with no settings at all, so if oyu boot with no card you get default everything 08:09 * JdGordon| hates it when fun ideas show up after bed time 08:09 what about same named files (in same named subfolders) on the card and on the internal memory? Although this discussion might be better suited for the main chan 08:10 im not in main chan :p 08:10 >>>> petur (n=petur@rockbox/developer/petur) has joined #rockbox-community 08:10 pixelma: that's where the priority thing comes in 08:10 very simple precendance... if /music/a.file is in internal storage (or whichever has higher priority) it doesnt try the other 08:10 if you have the same file in two matching places, the higher priority one is used 08:11 he could simply use the database (if he's talking audio files) 08:11 same file NAME... not file 08:11 pixelma: he could, but he specifically mentions he doesn't rely on tagging