TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Dbxfs – A Dropbox-backed file system

111 pointsby loweover 6 years ago

10 comments

etaioinshrdluover 6 years ago
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 未加载
hannasanarionover 6 years ago
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 未加载
pixelmonkeyover 6 years ago
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 未加载
nickcwover 6 years ago
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 未加载
daze42over 6 years ago
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.
latchkeyover 6 years ago
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>
newhousebover 6 years ago
The author should think about applying to Dropbox ;)
评论 #18138530 未加载
bpicoloover 6 years ago
Waiting for someone to implement dropbox-based deployment of a PHP site.
评论 #18144027 未加载
评论 #18137774 未加载
评论 #18145848 未加载
tsurkoprtover 6 years ago
check this one out: www.lucidlink.com<p>more than s3 sync
stackolaover 6 years ago
We&#x27;ve come full circle from the original dropbox post on here