Slashdot Mirror


User: pog

pog's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. DtFS WOULD BE what you want on Can Linux Work Without Shutdown? · · Score: 1

    Hello,

    Dtfs is an ext2fs based log-structured filesystem.
    (something like journaling filesystems). It logs all modifications of the fylesystem in an efficient way so that only the latest instructions that occurred during power failure are lost. And you can also undelete, undo some operations so that you can set the disk back to a safe state.
    http://www.complang.tuwien.ac.at/czezatke/lfs.ht ml
    The driver is still incomplete though.