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
fs_mount_options [2020/08/03 03:54]
Ira Weiny [ext4 and ext2]
fs_mount_options [2020/10/27 17:01]
Ira Weiny
Line 1: Line 1:
-**NOTE: kernel 5.8 is yet to be released. ​ This document is therefore preliminary until it's release and subject to change.** 
- 
 ====== Prior to kernel 5.8 ====== ====== Prior to kernel 5.8 ======
  
Line 18: Line 16:
 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