Diskless PC mit Debian :: NFS-Server installieren
Diskless PC mit Debian :: NFS-Server installieren
Als Erstes der NFS-Server, der ist innerhalb von Sekunden fertig ;)Code
1
apt-get install nfs-kernel-serverCode
1
2
2
/diskless/images *(ro,no_root_squash,no_all_squash,sync,no_subtree_check)
/home *(rw,no_root_squash,no_all_squash,sync,no_subtree_check)Code
1
/etc/init.d/nfs-kernel-server restart