Linux 14.983 Themen, 106.385 Beiträge

Linux Festplattencache abschalten

MeyerNick / 3 Antworten / Flachansicht Nickles

Weiß jemand, wie man unter Linux das Cachen abschalten kann? Am besten nur für eine Partition?

bei Antwort benachrichtigen
KarstenW MeyerNick „Linux Festplattencache abschalten“
Optionen

Du brauchst nur die Option sync bei den mount Optionen in die Datei /etc/fstab eintragen.

Ließ mal die manpage (manual page) vom mount Befehl:

man mount

" async All I/O to the file system should be done asynchronously.

atime Update inode access time for each access. This is the default.

auto Can be mounted with the -a option.

defaults
Use default options: rw, suid, dev, exec, auto, nouser, and async.

sync All I/O to the file system should be done synchronously.
......


Debian GNU/Linux https://www.debian.org/index.de.html
bei Antwort benachrichtigen