pmdk icon indicating copy to clipboard operation
pmdk copied to clipboard

location of PEme

Open cuichenxu opened this issue 4 years ago • 1 comments

I run some examples which are downloaded in https://github.com/Apress/programming-persistent-memory, I found it use disk instead of NVM to store or keep its persistence, because I use the function pmem_is_pmem to check its type, the function return false showing it is not pmem. I just want to know how to how to keep a file persistent in NVM, or what the persistent file in NVM looks like. I am a new-learner and do not understand its principle, and I would appricate if some body can help me.

cuichenxu avatar Mar 04 '22 09:03 cuichenxu

Hi @cuichenxu,

Thanks for reading the book.

Q) Do you have a system with physical PMem installed or did you emulate it? Q) If you have physical PMem, do you have NVDIMM-N or Intel Optane Persistent Memory 100 or 200 Series Note: If you have the Intel Optane H10, H20, P4800X, P5800X, or P1600X, those are all block devices and you cannot use them as memory. Q) Are you using Linux or Windows?

Here are some resources to get you going:

You're welcome to ask questions here, but there's a much larger audience on the Forum and Slack Channel for faster responses.

sscargal avatar Mar 04 '22 15:03 sscargal

This issue seems inactive now, if you still have some questions, please re-open it.

lukaszstolarczuk avatar Mar 13 '23 11:03 lukaszstolarczuk