Augustus 2014 /etc/exports en /etc/fstab

/etc/exports:

/media/storage (no_subtree_check,insecure,rw)
/media/movie   (no_root_squash,rw,async,no_subtree_check)
/var/www       (rw,no_subtree_check)

/etc/fstab:

192.168.2.2:/media/storage /media/storage nfs auto,rw,hard,intr 0 0
192.168.2.2:/var/www /mnt/www nfs auto,rw,hard,intr  0 0