remove static trc6500 os version
[debian6500.git] / master / etc / exports
1 # /etc/exports: the access control list for filesystems which may be exported
2 # to NFS clients. See exports(5).
3 #
4 # Example for NFSv2 and NFSv3:
5 # /srv/homes hostname1(rw,sync,no_subtree_check) hostname2(ro,sync,no_subtree_check)
6 #
7 # Example for NFSv4:
8 # /srv/nfs4 gss/krb5i(rw,sync,fsid=0,crossmnt,no_subtree_check)
9 # /srv/nfs4/homes gss/krb5i(rw,sync,no_subtree_check)
10 #
11
12 # ============================================================================
13 # V1.1
14 # Copyright (C) THALES. All rights reserved
15 # Author: Jean-Noel Raguenes
16 # Date : 07/12/2009
17 # Modification:
18 # - V1.1: Herve Petit 10/03/2010
19 # - ajouts export repertoire /home/trc6500
20 # - ajout option subtree_check a /opt/trc6500
21 # options:
22 # - rw: car pour l'instant les log libtraces ecrivent dans /opt/trc6500 (sig !)
23 # - no_root_squash: indispensable pour les systemes diskless
24 # - no_subtree_check: a mettre lorsque il y a beaucoup de possibilite de renommage de fichiers
25 # mais moins sur
26 # - subtree_check: a mettre sans risque pour les exports d'arborescence en ro
27 # - async: ameliore les perfs mais peut ete problematique si server instable
28 # ============================================================================
29
30 /opt *(rw,async,no_root_squash,subtree_check)
31 /home *(rw,async,no_root_squash,no_subtree_check)
32 /dump *(rw,async,no_root_squash,no_subtree_check)