You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.
After installing b166f3b on Linux 4.0.0 (Ubuntu 15.04-beta2 amd64) and creating a cache with sudo flashcache_create -v -p back data /dev/disk/by-id/ata-Samsung_SSD_850_PRO_256GB_S1SUNSAG122262X-part2 /dev/disk/by-id/ata-ST1000LM014-1EJ164_W3806SK7-part4 the cache is displayed when sudo dmsetup status is invoked, but no longer after reboot (says No devices found and /dev/mapper/ doesn't contain device files, the flashcache kernel module is loaded at boot (added to /etc/modules)).
The text was updated successfully, but these errors were encountered:
Happened because the device was connected via USB 3.0. After connecting both the HDD/slow device and the SSD/fast device directly via SATA created caches are available after reboot, even caches for the root partition work now!
Thank you for reporting this issue and appreciate your patience. We've notified the core team for an update on this issue. We're looking for a response within the next 30 days or the issue may be closed.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
After installing b166f3b on Linux 4.0.0 (Ubuntu 15.04-beta2 amd64) and creating a cache with
sudo flashcache_create -v -p back data /dev/disk/by-id/ata-Samsung_SSD_850_PRO_256GB_S1SUNSAG122262X-part2 /dev/disk/by-id/ata-ST1000LM014-1EJ164_W3806SK7-part4
the cache is displayed whensudo dmsetup status
is invoked, but no longer after reboot (saysNo devices found
and/dev/mapper/
doesn't contain device files, theflashcache
kernel module is loaded at boot (added to/etc/modules
)).The text was updated successfully, but these errors were encountered: