Bcache: Caching beyond just RAM
Bcache: Caching beyond just RAM
Posted Jul 10, 2010 20:32 UTC (Sat) by dlang (guest, #313)In reply to: Bcache: Caching beyond just RAM by MisterIO
Parent article: Bcache: Caching beyond just RAM
if the data isn't written to the bcache HD and you do not have battery backed cache on the system, the data will be lost. This is the same as with any storage/filesystem.
however (once the write behind features are in bcache) once the data is written to the bcache storage it should push those changes back to the real device after the next boot. If it doesn't the write-behind feature can't be considered done and useable ;-)
