meta data for this page
  •  

This is an old revision of the document!


cachefilesd

NFS

FS cache is not used:

$ cat /proc/fs/nfsfs/volumes 
 
NV SERVER   PORT DEV          FSID                              FSC
v4 c0a84190  801 0:258        7e59ad2c8fec4a2b:93201b279cd3026b no 

Install FS cache:

sudo apt install cachefilesd -y

Enable it:

/etc/default/cachefilesd
# Defaults for cachefilesd initscript
# sourced by /etc/init.d/cachefilesd
 
# You must uncomment the run=yes line below for cachefilesd to start.
# Before doing so, please read /usr/share/doc/cachefilesd/howto.txt.gz as
# extended user attributes need to be enabled on the cache filesystem.
RUN=yes
 
# Additional options that are passed to the Daemon.
DAEMON_OPTS=""