* ["David Hogan"] > Can anyone show me how to either find out what is using the disk, or > configure bdflush if that's likely to be the issue? I couldn't find anything > regarding bdflush in /etc ..
I believe bdflush is outdated and no longer used in current Linux. Another thing you might try is to mount your filesystems with noatime. Just add noatime with a comma in the mount options field (normally "defaults"). What this does is not update the "last accessed" metadata field when files are read. This should save you some writes. Øystein -- When in doubt: Recompile. _______________________________________________ tsl-discuss mailing list [email protected] http://lists.trustix.org/mailman/listinfo/tsl-discuss
