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 Both sides next revision
fs_mount_options [2020/06/12 15:57]
Ira Weiny
fs_mount_options [2020/06/12 16:05]
Ira Weiny [Details]
Line 58: Line 58:
 sub-tree. sub-tree.
  
-To clarify inheritance,​ here are 3 examples:+To clarify inheritance,​ here are 3 examples ​when using the "-o dax=inode"​ [default] option: 
 + 
 +<​code>​ 
 +$ mount /​dev/​pmem0p2 /​mnt/​xfs-pmem0 
 +</​code>​ 
 + 
 +Is equivalent to: 
 + 
 +<​code>​ 
 +$ mount -o dax=inode /​dev/​pmem0p2 /​mnt/​xfs-pmem0 
 +</​code>​
  
 === Example A: === === Example A: ===
fs_mount_options.txt · Last modified: 2020/10/27 17:01 by Ira Weiny