User Tools

Site Tools


fs_mount_options

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
fs_mount_options [2020/06/12 17:13]
Ira Weiny [Examples and details]
fs_mount_options [2020/08/03 03:55]
Ira Weiny [xfs]
Line 14: Line 14:
 As of kernel 5.8 additional DAX enabling options are available on some file systems, specifically:​ As of kernel 5.8 additional DAX enabling options are available on some file systems, specifically:​
  
-===== ext4 and ext2 =====+===== ext2 =====
  
 When mounting the filesystem, use the "-o dax" option on the command line or add '​dax'​ to the options in /​etc/​fstab. ​ This works to enable DAX on all files within the filesystem. ​ It is equivalent to the '-o dax=always'​ behavior below. When mounting the filesystem, use the "-o dax" option on the command line or add '​dax'​ to the options in /​etc/​fstab. ​ This works to enable DAX on all files within the filesystem. ​ It is equivalent to the '-o dax=always'​ behavior below.
  
-===== xfs =====+===== ext4 and xfs =====
  
-As of kernel 5.8 xfs supports the new per-file dax configuration.+As of kernel 5.8 ext4 and xfs supports the new per-file dax configuration.
  
 ==== Summary ==== ==== Summary ====
fs_mount_options.txt ยท Last modified: 2020/10/27 17:01 by Ira Weiny