mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-17 01:19:26 +01:00
n/essentialsoftware: under the threat of pain, noatime
This commit is contained in:
parent
8180d0e854
commit
7033187f5e
@ -98,3 +98,7 @@ issue):
|
|||||||
- `sudo systemctl enable --now fstrim.timer`
|
- `sudo systemctl enable --now fstrim.timer`
|
||||||
- check that `/etc/fstab` has `noatime` so every file access isn't written to
|
- check that `/etc/fstab` has `noatime` so every file access isn't written to
|
||||||
the disk. BTRFS filesystems should also have `ssd` flag.
|
the disk. BTRFS filesystems should also have `ssd` flag.
|
||||||
|
- NEVER ENABLE `atime`, `relatime` or `norelatime` under the threat of
|
||||||
|
suffering especially on BTRFS. I have been doing fine without it for years,
|
||||||
|
it will not help any issue, unless you want read operations to cause writes
|
||||||
|
and eat space...
|
||||||
|
Loading…
Reference in New Issue
Block a user