[Linux-cachefs] Re: CacheFS

David Howells dhowells at redhat.com
Wed Dec 6 13:07:24 UTC 2006


David Howells <dhowells at redhat.com> wrote:

> You could try turning up the debugging level on cachefilesd (-d), telling it
> to log to stderr (-s) and running it in command line mode (-n) and then
> capturing the output:
> 
> 	cachefilesd -dsn | tee cache.log

Or, rather:

	cachefilesd -dsn 2>&1 | tee cache.log

David




More information about the Linux-cachefs mailing list