I run linux on eMMC.
I want to reduce the IO which gets done on the device.
I don't like to search the needle in the haystack.
I want a way to trace the access to the device.
I want to see the process-ID and the file-name which does write operations the eMMC.
Unfortunately I could not find a way to do this up to now.
I could run this every second, but a more robust solution is welcome:
ls -ltr /proc/*/fd| grep -vE '/dev/|socket|pipe'
Any hint how to find the information I search?
BTW, I have already applied the hints from this answer: https://raspberrypi.stackexchange.com/a/186
I use ubuntu 16.04