Der NFS Client Network File System Network Information System Inhalt Index


Optimierungen

In der Datei /etc/fstab setzen wir die Blockgröße für Lese- und Schreiboperationen auf 1024 Bytes. Welcher Wert tatsächlich "optimal" ist, lässt sich wie folgt testen (Das Verzeichnis /mnt ist vom NFS-Server importiert worden):

user@sonne> time dd if=/dev/zero of=/mnt/testfile bs=16k count=4096
user@sonne> time dd if=/mnt/testfile of=/dev/null bs=16k count=4096

Folgende Abbildung zeigt den internen Ablauf einer Mount-Anforderung über das Network File System.

NFS-Mount

Abbildung: NFS-Mount-Ablauf


Der NFS Client Network File System Network Information System Inhalt Index