In this talk, I dive into file system crash consistency to answer the question if we can maintain a filesystem that makes sense even if we remove power at inopportune times. This is an instance of the general notion of consistency that underlies quite a bit of system design in parallel and distributed systems, and data-bases. I cover fsck, journaling, and copy-on-write.