Weiß jemand, wie man unter Linux das Cachen abschalten kann? Am besten nur für eine Partition?
Linux 14.983 Themen, 106.385 Beiträge
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.
......