TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Redundant Array of Independent Clouds

63 点作者 zooko大约 13 年前

11 条评论

dhughes大约 13 年前
Redundant Array of Independent Networked Storage or RAINS would sound so much cooler considering it is "cloud" storage.
评论 #3998844 未加载
评论 #3997636 未加载
j_s大约 13 年前
Cool! First thoughts:<p>* how many of the supported options boil down to Amazon S3?<p>* is this the new "upload their important stuff on ftp, and let the rest of the world mirror it"? <a href="https://groups.google.com/group/linux.dev.kernel/msg/76ae734d543e396d?pli=1" rel="nofollow">https://groups.google.com/group/linux.dev.kernel/msg/76ae734...</a><p>* whoever put together this newsletter is clearly doing a great job for that community
评论 #3998020 未加载
评论 #3997548 未加载
uncle-ezra大约 13 年前
Nice idea! This paper (<a href="http://www.cs.cornell.edu/~hweather/publications/racs-socc2010.pdf" rel="nofollow">http://www.cs.cornell.edu/~hweather/publications/racs-socc20...</a>) called RACS from Cornell explored the same space about two years ago, but it's really nice to see it rendered to practice in usable filesystem form.
评论 #3998455 未加载
fsniper大约 13 年前
Even before "cloud" or online storage was too hot or even showed up yet, I was thinking of doing this.<p>Time was Google providing "unlimited" gmail storage and fuse gmail-fs was just released. I looked for another fuse fs like a hotmail-fs but did not push hard on it. I could not find and let my idea die.<p>It was hard to do and time consuming, but marginal gain would be small. Also I'm a f<i></i><i></i> lazy system administrator. I hate coding :)
评论 #3997645 未加载
zooko大约 13 年前
See screenshots: <a href="http://www.sickness.it/crazycloudexperiment1.png" rel="nofollow">http://www.sickness.it/crazycloudexperiment1.png</a> and <a href="http://www.sickness.it/crazycloudexperiment2.png" rel="nofollow">http://www.sickness.it/crazycloudexperiment2.png</a> from Diego "sickness" Righi's notes: <a href="http://www.sickness.it/crazycloudexperiment.txt" rel="nofollow">http://www.sickness.it/crazycloudexperiment.txt</a>
emmelaich大约 13 年前
I;m sure many of thought of this, nice to see someone do it.<p>My idea for backup would use something like DIBS ( <a href="http://www.mit.edu/~emin/source_code/dibs/" rel="nofollow">http://www.mit.edu/~emin/source_code/dibs/</a>) but instead of peers, use many free salami slice sizes of storage from cloud/hosting platforms.
moe大约 13 年前
Sidekick: Why am I not surprised that he replaced <i>inexpensive</i> with <i>independent</i> in the original acronym...<p>Other than that, interesting project.
评论 #3997753 未加载
memopal将近 13 年前
Memopal does not use Amazon S3. Memopal is based on the Memopal Global File System (MGFS), the archiving technology created and used by Memopal. MGFS is a distributed file system, designed to be highly reliable, scalable and at the lowest cost per Gb possible. read more <a href="http://www.memopal.com/en/technology.htm" rel="nofollow">http://www.memopal.com/en/technology.htm</a>
conformal大约 13 年前
nice work zooko et al :)<p>my understanding is that tahoe-lafs is meant to be used as a live filesystem. how does the redundancy configuration affect latency? i would guess a cloned volume ("RAID 1") would be faster than a distributed volume (e.g. "RAID 5" or "RAID 6").
评论 #3998000 未加载
评论 #3997497 未加载
riffraff大约 13 年前
the idea of using multiple independent free providers as a unified one it's something that could be very popular among some of my friends, if someone could slap a nice UI on it I believe there would be a good market for it.
mey大约 13 年前
Beowulf cluster?