# /etc/exports: the access control list for filesystems which may be exported # to NFS clients. See exports(5). # # Example for NFSv2 and NFSv3: # /srv/homes hostname1(rw,sync,no_subtree_check) hostname2(ro,sync,no_subtree_check) # # Example for NFSv4: # /srv/nfs4 gss/krb5i(rw,sync,fsid=0,crossmnt,no_subtree_check) # /srv/nfs4/homes gss/krb5i(rw,sync,no_subtree_check) # /mnt/storage/media/movies 192.168.10.4(rw,sync,no_subtree_check,async,fsid=1,insecure) /mnt/storage/media/tvshows 192.168.10.4(rw,sync,no_subtree_check,async,fsid=2,insecure) /mnt/storage/service_data/cloud/data 192.168.10.10(rw,sync,no_subtree_check,no_root_squash,fsid=3) /mnt/nvme1/backup 192.168.10.10(ro,sync,no_subtree_check,no_root_squash,fsid=4) /mnt/storage/media 192.168.10.10(rw,sync,no_subtree_check,no_root_squash,fsid=5) /mnt/storage/service_data/audio 192.168.10.10(rw,sync,no_subtree_check,no_root_squash,fsid=6)