NVSL / linux-nova

NOVA is a log-structured file system designed for byte-addressable non-volatile memories, developed at the University of California, San Diego.
http://nvsl.ucsd.edu/index.php?path=projects/nova
Other
421 stars 118 forks source link

how to support the #65

Closed Morry-lt closed 6 years ago

Morry-lt commented 6 years ago

I want to test the NOVA at the SSD. but when i mount and mkfs,it notes mount failed:Operation not supported. Is nova only support pmem?Or I have to check some other Configuration?

fengyuleidian0615 commented 6 years ago

You can to through https://nvdimm.wiki.kernel.org/ for setup based on DRAM to simulate PMEM

Andiry commented 6 years ago

Yes, NOVA only supports DAX devices, i.e. PMEM and emulated PMEM. NOVA does not support SSD.