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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

OpenNVM: new interfaces for non-volatile memory

41 点作者 nphase将近 12 年前

3 条评论

nanidin将近 12 年前
Could someone explain to me why we need a special NVM interface vs just using a filesystem on the same medium?<p>I worked at an embedded system shop for 3 years and this was one of the things that irked me when I worked on code outside of what my team usually worked on. We had a filesystem, accessible with all of the standard C file API... but there was still a lot of stuff being put into this mystical NVM (usually user controlled settings) that then made things like hard resets hairy because even as a developer I wasn&#x27;t sure what would be wiped when I flashed different software onto the device.<p>This may have just been bad practice, or a result of carrying over the idea of NVM after filesystems became available. But I don&#x27;t know why anyone would try to propagate that practice these days.
评论 #6099662 未加载
dman将近 12 年前
Whats the cheapest ssd device that implements this interface that a developer could play around with?
continuations将近 12 年前
Looks like this is only for FusionIO (at least all the examples are FusionIO only).<p>Any non-FudionIO SSD that actually support this?
评论 #6101245 未加载