VFAT: too skinny for me.
A note I should add. VFAT can't handle files over 4GB: format USB datasticks with ext2fs. I built this video player as shown, on a Raspberry Pi running Debian Linux. The OS and the software (a simple shell script) are stored on the built-in flash RAM on the Pi, but the intention was always that the videos would be stored on a USB data stick (one or more) which could be easily swapped in and out. So I set about ripping all the desired movies to digital form, which I did "in parallel" as I was also building the hardware and writing the software (since ripping the movies happens only at 1x regular speed, coming from a VHS player, it took many hours across several nights, to rip the 20-or-30 favourite movies which we wanted to have available on this system). Then, I tried to copy the resulting digital video files (.mpg format) over to my data stick. Whoops! Files too big, can't store. WTF??? The problem was happening when the file was larger than 4GB (wh...