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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Elastic Storage Space

2 点作者 multimedial将近 3 年前
Hello,<p>my name is Chris and I am a german developer looking for feedback on an idea of mine that I would like to develop further.<p>The idea is to blend cloud-based storage space with the local file system in order to transparently expand storage space.<p>This would probably best be done as a file system driver which monitors pre-defined folders on the harddisk for given quotas, eventually transferring files to cloudspace when their surpass the preset quota space for the folder.<p>Once safely transferred (controlled by hash value), the local file would be replaced by a link which can then be resolved upon re-request of the file.<p>The idea is to thereby provide some sort of elastic storage space which only holds the most important&#x2F;most often requested files locally. Everything else gets transferred to the cloud, thereby providing &quot;unlimited&quot; storage space or at least &quot;greater than your hard disk size&quot;.<p>Does such a software already exist?<p>If not, would that be of interest to the community?<p>Thanks for any insight&#x2F;comment&#x2F;suggestion.

1 comment

giaour将近 3 年前
I think Dropbox&#x2F;OneDrive have some form of lazy local syncing. As far as I know, though, there is no automated pruning of local copies of the least recently used files, but that sounds like a cool idea.<p>If you just want pure cloud storage that acts like a local disk, Azure File Storage containers are mountable (at least in Windows). I&#x27;m sure there is a FUSE driver for other cloud storage providers.