Jump to content

User:Stlman/Ori (file system)

From Wikipedia, the free encyclopedia
Developer(s)Frank Huang, Ali Mashtizadeh
Stable release
0.8.1 / January 17, 2014; 11 years ago (2014-01-17)
Operating systemGNU/Linux, FreeBSD, NetBSD, Mac OS X
TypeDistributed file system
LicenseMIT
Websiteori.scs.stanford.edu

Ori is a secure distributed file system implemented in user-space with FUSE. It enables users to keep their data stored on different devices in sync as well as recover from device failure and access old versions of files. Thanks to a file system history being kept it is possible to reliably synchronise instances of a file system after a period of off-line usage. The usage of Merkle tree and digital signatures makes the file system tamper resistant, that is users can tell if their data have been modified without authorisation.

References

[edit]
[edit]


Category:Computer file systems Category:Distributed file systems Category:Network file systems Category:User space file systems