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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Dbxfs – A Dropbox-backed file system

111 点作者 lowe超过 6 年前

10 条评论

etaioinshrdlu超过 6 年前
See also: <a href="https:&#x2F;&#x2F;github.com&#x2F;archiecobbs&#x2F;s3backer" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;archiecobbs&#x2F;s3backer</a><p>Run a normal filesystem on top of S3! (Non-shared.)<p>In theory it might have really good performance due to your kernel caching blocks and files, and 25Gbit throughput to S3. Dependent of course on your instance being in EC2 and in the right region and having a big enough instance to get 25Gbit network.<p>I tried AWS EFS and found the performance very sad. Like 100Mbit even with a 25Gbit instance and the highest-specced EFS filesystem.
评论 #18138128 未加载
hannasanarion超过 6 年前
After Dropbox stopped supporting filesystems besides non-encrypted Ext4 I&#x27;ve dropped it entirely.<p>I now use SpiderOak One, which doubles as E2E encrypted cloud backup in addition to folder sync.
评论 #18135903 未加载
评论 #18135624 未加载
评论 #18137933 未加载
评论 #18136795 未加载
评论 #18137589 未加载
评论 #18135490 未加载
评论 #18137543 未加载
评论 #18135535 未加载
评论 #18136950 未加载
pixelmonkey超过 6 年前
Does this work for mounting Dropbox for Business folders? If so, this solves a significant problem for Linux users of Dropbox (whose official Linux client does not support account switching).
评论 #18135360 未加载
nickcw超过 6 年前
I&#x27;ll just note that you can mount Dropbox as a file system with rclone ( <a href="https:&#x2F;&#x2F;rclone.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;rclone.org&#x2F;</a> ) using the rclone mount subcommand.<p>rclone mount also works with the 20 or so cloud providers supported by rclone (s3, gcs, swift, box, dropbox, b2, etc).<p>rclone runs on Linux, Windows, macOS and quite a few other architectures! It is written in Go.
评论 #18139686 未加载
daze42超过 6 年前
In light of what Storj.io is about to bring to market, I&#x27;m curious to see if this could be modified to work with it. I&#x27;m a huge fan of Dropbox and have used it almost every day for the past 7 years, but if a decentralized option comes along with feature parity and comparable pricing, I&#x27;d switch in a heartbeat.
latchkey超过 6 年前
CloudMounter was pretty easy to setup and use. Provides encryption too...<p><a href="https:&#x2F;&#x2F;cloudmounter.net&#x2F;" rel="nofollow">https:&#x2F;&#x2F;cloudmounter.net&#x2F;</a>
newhouseb超过 6 年前
The author should think about applying to Dropbox ;)
评论 #18138530 未加载
bpicolo超过 6 年前
Waiting for someone to implement dropbox-based deployment of a PHP site.
评论 #18144027 未加载
评论 #18137774 未加载
评论 #18145848 未加载
tsurkoprt超过 6 年前
check this one out: www.lucidlink.com<p>more than s3 sync
stackola超过 6 年前
We&#x27;ve come full circle from the original dropbox post on here