Q: What is special about Tahoe-LAFS? Why should anyone care about it instead of [http://allmydata.org/trac/tahoe/wiki/RelatedProjects#OtherProjects other distributed storage systems]? A: Tahoe-LAFS is the first Free Software/Open Source storage technology which offers ''provider-independent security''. ''Provider-independent security'' means that the integrity and confidentiality of your files is guaranteed by mathematics computed on the client side, and is independent of the servers, which may be owned and operated by someone else. To learn more, read [http://allmydata.org/source/tahoe/trunk/docs/about.html our one-page explanation]. Q: Oh, so I should be interested in Tahoe-LAFS only if I'm working on some sort of high-security project? A: No, no! Unlike most systems Tahoe-LAFS doesn't require you to manage an added layer of hassle in order to gain security. Instead the security properties are baked into the system in such a way that you usually don't even notice that they are there. Even if you don't care about protecting your files from someone spying on them or corrupting them, you might still like to use Tahoe-LAFS because it is an extremely robust and efficient "cloud storage" system in which your files are erasure-coded and distributed across separate servers. Q: "Erasure-coding"? What's that? A: You know how with RAID-5 you can lose any one drive and still recover? And there is also something called RAID-6 where you can lose any two drives and still recover. Erasure coding is the generalization of this pattern: you get to configure it for how many drives you could lose and still recover. Tahoe-LAFS is typically configured to upload each file to 10 different drives, where you can lose any 7 of them and still recover the entire file. This gives radically better reliability than typical RAID setups, at a cost of only 3.3 times the storage space that a single copy takes. Q: Where should I look for current documentation about Tahoe's protocols? A: http://allmydata.org/source/tahoe/trunk/docs/architecture.txt Q: Does Tahoe-LAFS work on embedded devices such as a [http://www.pogoplug.com PogoPlug] or an [http://openwrt.org OpenWRT] router? A: Probably! François Deppierraz has contributed [http://allmydata.org/buildbot/builders/François%20lenny-armv5tel a buildbot] which shows that Tahoe-LAFS builds and all the unit tests pass on his QNAP TS-109 NAS box running under Debian Lenny. Someone joins the mailing list and asks about this approximately every month (see [http://allmydata.org/pipermail/tahoe-dev/ the archives]). All you embedded device lovers ought to get together and try it out and report to the list.