On Tue, Jul 3, 2018 at 9:48 AM, Claudio Jeker <cje...@diehard.n-r-g.com> wrote: > or reboot the system after every run.
Would unmounting and remounting not be good enough? (At least for a FAT-formatted SD card this appears to work, though it could be caused by something else). In fact, at what level does caching happen? Is it chunks of the disk that are cached, or chunks of files? > The buffer cache is implemented as two 2-queue and therefor a simple cat > bigfile will not fill the cache. What sort of data structure or algorithm is this? Any reference would be much appreciated. Thanks!