Forgot your password?
typodupeerror

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.

Slashdot Top Deals

Our OS who art in CPU, UNIX be thy name. Thy programs run, thy syscalls done, In kernel as it is in user!

Working...