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
mount [2015/06/04 10:21]
steve
mount [2015/07/08 13:15]
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>​
 +
 +==== ext4 ====
 +
 +Use ''​discard''​ as a mount option for SSD drives:
 +
 +<​code>​
 +/​dev/​sda1 ​              / ​              ​ext4 ​           noatime,​discard ​        0 1
 +</​code>​
  
 ==== XFS ==== ==== XFS ====