Outils pour utilisateurs

Outils du site


tech:debian_noatime

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Prochaine révision
Révision précédente
tech:debian_noatime [2025/03/24 15:06] – créée - modification externe 127.0.0.1tech:debian_noatime [2025/11/11 22:49] (Version actuelle) Jean-Baptiste
Ligne 1: Ligne 1:
 +<!DOCTYPE markdown>
 +{{tag>Perf IO FS Linux}}
 +
 +# Partition noatime
 +
 +
 +Linux kernel developer Ingo Molnár called atime **perhaps the most stupid Unix design idea of all times.** 
 +<http://lwn.net/Articles/244829/>
 +
 +
 +''/etc/fstab''
 +~~~
 +/dev/mapper/debian--vg-var /var            ext4    defaults        0       2
 +~~~
 +
 +~~~bash
 +mount -o remount,noatime /var
 +~~~
 +
 +
 +
 +* <http://askubuntu.com/questions/2099/is-it-worth-to-tune-ext4-with-noatime>
 +* <http://neosting.net/optimiser-son-ssd-avec-ubuntu>
 +
 +
  

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki