Comment 3 for bug 1853506

Revision history for this message
Rafael David Tinoco (rafaeldtinoco) wrote :

When using dax:

(k)rafaeldtinoco@emulated:~$ sudo mount -o dax /dev/pmem0p1 /mnt

(k)rafaeldtinoco@emulated:~$ mount | grep -i mnt
/dev/pmem0p1 on /mnt type ext4 (rw,relatime,dax,stripe=512)

(k)rafaeldtinoco@emulated:~$ dd if=/dev/zero of=./teste bs=1M count=1024
1024+0 records in
1024+0 records out
1073741824 bytes (1.1 GB, 1.0 GiB) copied, 0.43958 s, 2.4 GB/s