Settings

Theme

OpenNVM: new interfaces for non-volatile memory

opennvm.github.io

41 points by nphase 12 years ago · 5 comments

Reader

nanidin 12 years ago

Could someone explain to me why we need a special NVM interface vs just using a filesystem on the same medium?

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't sure what would be wiped when I flashed different software onto the device.

This may have just been bad practice, or a result of carrying over the idea of NVM after filesystems became available. But I don't know why anyone would try to propagate that practice these days.

  • mrmekon 12 years ago

    I don't really understand your question here. NVM is non-volatile memory. Stick a filesystem on it and it's still non-volatile memory.

    Do you mean they were writing configuration files directly to a known address in Flash instead of using a filesystem? It's much simpler and less resource-intensive and doesn't require writing and maintaining a driver. There are plenty of cases where direct-writes are better, and plenty of cases where a filesystem is better, and a nice big gray area in between.

dman 12 years ago

Whats the cheapest ssd device that implements this interface that a developer could play around with?

continuations 12 years ago

Looks like this is only for FusionIO (at least all the examples are FusionIO only).

Any non-FudionIO SSD that actually support this?

  • justincormack 12 years ago

    Probably not yet but that could change. PCI flash interfaces are going to be standardised as NVMe.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection