Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I need help with error:device does not support DAX. #78

Closed
dangzzz opened this issue Oct 27, 2019 · 2 comments
Closed

I need help with error:device does not support DAX. #78

dangzzz opened this issue Oct 27, 2019 · 2 comments

Comments

@dangzzz
Copy link

dangzzz commented Oct 27, 2019

I'm try to install NOVA in my VMware Workstation,and I try to emulate Persistent Memory using DRAM,followinghttps://software.intel.com/en-us/articles/how-to-emulate-persistent-memory-on-an-intel-architecture-server.

I use linux-nova-master and configure kernel with CONFIG_LIBNVDIMM=y, CONFIG_BLK_DEV_PMEM=y, CONFIG_FS_DAX=y and CONFIG_NOVA_FS=y.

I successfully saw pmem0 in /dev/,and I can mount it without DAX.
But when I run "mount -t NOVA -o init /dev/pmem0 /mnt/pmemdir",there is an error which is device does not support DAX.(when I use EXT4 with DAX,it said DAX unsupported by block device.)

I don't know how to solve it.Could you help me?
Thank you very much!

@dangzzz dangzzz closed this as completed Oct 28, 2019
@Andiry
Copy link
Contributor

Andiry commented Oct 28, 2019 via email

@TaehoHwang
Copy link

I saw the same message on real intel optane memory. After configuring pmem mode (from 'raw' to 'fsdax') with ndctl, the problem was resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants