LWN.net Logo

Optimizing Linux with cheap flash drives

Optimizing Linux with cheap flash drives

Posted Feb 21, 2011 21:58 UTC (Mon) by Tara_Li (subscriber, #26706)
In reply to: Optimizing Linux with cheap flash drives by nix
Parent article: Optimizing Linux with cheap flash drives

How do you tell Linux not to cache a filesystem? I can't find it in mount options.


(Log in to post comments)

Optimizing Linux with cheap flash drives

Posted Feb 22, 2011 0:24 UTC (Tue) by nix (subscriber, #2304) [Link]

This isn't about the page cache. I was talking about FS-Cache, which is a separate filesystem layer which can be used to cache other filesystems on local media (such as, well, flash drives, or, more often, hard drives).

-- unfortunately it needs specific support for each filesystem, and it doesn't look like this has been added for any non-networked filesystems. Curses.

(See Documentation/filesystems/caching/.)

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds