Comment DtFS WOULD BE what you want (Score 1) 61
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.
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.h
The driver is still incomplete though.