Este contenido no está disponible en el idioma seleccionado.

28.4. Configuring Persistent Memory for use in Device DAX mode


Device DAX (devdax) provides a means for applications to directly access storage, without the involvement of a file system. The benefit of device DAX is that it provides a guaranteed fault granularity, which can be configured using the --align option with the ndctl utility:
# ndctl create-namespace --force --reconfig=namespace0.0 --mode=devdax --align=2M
The given command ensures that the operating system would fault in 2MiB pages at a time. For the Intel 64 and AMD64 architecture, the following fault granularities are supported:
  • 4KiB
  • 2MiB
  • 1GiB
Device DAX nodes (/dev/daxN.M) only supports the following system call:
  • open()
  • close()
  • mmap()
  • fallocate()
read() and write() variants are not supported because the use case is tied to persistent memory programming.
Volver arriba
Red Hat logoGithubredditYoutubeTwitter

Aprender

Pruebe, compre y venda

Comunidades

Acerca de la documentación de Red Hat

Ayudamos a los usuarios de Red Hat a innovar y alcanzar sus objetivos con nuestros productos y servicios con contenido en el que pueden confiar. Explore nuestras recientes actualizaciones.

Hacer que el código abierto sea más inclusivo

Red Hat se compromete a reemplazar el lenguaje problemático en nuestro código, documentación y propiedades web. Para más detalles, consulte el Blog de Red Hat.

Acerca de Red Hat

Ofrecemos soluciones reforzadas que facilitan a las empresas trabajar en plataformas y entornos, desde el centro de datos central hasta el perímetro de la red.

Theme

© 2025 Red Hat, Inc.