### /etc/exports  -*- Conf -*-
## The list of filesystems exported to NFS clients and associated
## permissions.  See exports(5).

### Data:

## 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)
# /media/fd673199-5ddd-4136-880d-f37a62320111	*(ro,all_squash,mountpoint,no_subtree_check)

### /etc/exports ends here
