What various types of caching are possible in the ext3 file system and how can their values be changed using system calls or other methods? I don't want to use commands or tools.
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
The answer, above - provides a documentation link.
However the documentation link only provides; (raw html from the link)
The following links will provide significantly more information, far too much to post here;
|
|||||||||||
|
sysctlcommand and similar tools, mostly under the fs tree. Try running the commandsysctl fs. Documentation can be found kernel.org/doc/Documentation/sysctl – penguin359 Apr 28 '11 at 0:59