How to find what is written to filesystem under linux
Posted
by
bardiir
on Super User
See other posts from Super User
or by bardiir
Published on 2012-10-03T08:36:21Z
Indexed on
2012/10/03
9:40 UTC
Read the original article
Hit count: 230
How can i find out what processes write to a specific disc over time?
In my particular case I got a little homeserver running 24/7 and I included a script in the crontab to shutdown all drives that are not used (no change in /proc/diskstats for 15 minutes).
But my system disc won't come down at all. I'm suspecting logs but it's probably not only logs writing to the filesystem on the system disk and I don't want to go all the way moving the logfiles to something else just to find out the disc still doesn't spin down and there's nothing i can do against it.
© Super User or respective owner