Difference between revisions of "SSD"

From Vague Hope Wiki
Jump to: navigation, search
(Created page with "== Actions == * No swap on SSD * No /tmp on SSD * Mount SSD parts with 'noatime,nodiratime,discard' == References == * http://askubuntu.com/questions/1400/how-do-i-optimize...")
 
 
Line 4: Line 4:
 
* No /tmp on SSD
 
* No /tmp on SSD
 
* Mount SSD parts with 'noatime,nodiratime,discard'
 
* Mount SSD parts with 'noatime,nodiratime,discard'
 +
 +
== Maintenance ==
 +
 +
Manual trim:
 +
sudo fstrim -v /
 +
sudo fstrim -v /home
  
 
== References ==
 
== References ==

Latest revision as of 12:10, 15 September 2012

Actions

  • No swap on SSD
  • No /tmp on SSD
  • Mount SSD parts with 'noatime,nodiratime,discard'

Maintenance

Manual trim:

sudo fstrim -v /
sudo fstrim -v /home

References