Using the fsc mount option with nfsroot kernel parameter to allow FS-cache
- by meanderix
I'm PXE-booting a Ubuntu 10.10 system, where I specify the kernel parameters as follows:
append root=/dev/nfs initrd=ubuntu-boot/initrd.img-2.6.35-24-generic nfsroot=11.22.33.44:/data/nfsroot,fsc ip=dhcp rw
I need to use the mount option 'fsc' in order to use FS-cache functionality (the cachefilesd package.) However, when I try this I get the following error upon boot:
nfsmount: bad option 'fsc'
Why doesn't nfsmount permit this option? (It works fine when you mount manually with "mount -o fsc" after booting up.)