Linux:NFS

Aus Alexander's Wiki

NFS auf Debian

Als Serverdienst

apt-get install nfs-kernel-server nfs-common portmap

Als Clientdienst

apt-get install nfs-common portmap

Da RPC-Bind nicht automatisch startet:

sudo service rpcbind start

Um den Dienst automatisch starten zu lassen:

sudo update-rc.d rpcbind enable