Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Last revision Both sides next revision
mount [2015/06/04 10:21]
steve
mount [2015/06/04 10:21]
steve
Line 4: Line 4:
  
 For a simple, safe performance-saving option, add ''​noatime''​ to not have the filesystem update access timestamps when a file is read. For a simple, safe performance-saving option, add ''​noatime''​ to not have the filesystem update access timestamps when a file is read.
 +
 +<​code>​
 +/​dev/​sda1 ​              / ​              ​ext4 ​           noatime ​        0 1
 +</​code>​
  
 ==== XFS ==== ==== XFS ====