I've configured flashcache on top of luks and LVM, almost everything is working ok but I cannot mount it automatically on boot, because device is not ready yet (system hangs on boot silently). There is any simple way to run flashcache_load and mount AFTER luks and lvm startup?
Asked
Active
Viewed 204 times
0
1 Answers
1
I had to run make -f Makefile.dkms boot_conf
To create initramd entries.
Also you'll need to manually enable modules in grub - add below line to /etc/default/grub.conf:
GRUB_PRELOAD_MODULES="cryptodisk luks gcry_rijndael gcry_sha1 lvm
αғsнιη
- 36,400
But I cannot recommend flashcache for desktop use, you will have many hangs and slowdowns, better results are with external journal for ext4 (maybe not always faster, but stable faster).
– Michal Zubkowicz Mar 17 '15 at 12:59