almost every thing is ready
[debian6500.git] / master / opt / cluster / rec / etc / fstab
diff --git a/master/opt/cluster/rec/etc/fstab b/master/opt/cluster/rec/etc/fstab
new file mode 100644 (file)
index 0000000..a04c448
--- /dev/null
@@ -0,0 +1,30 @@
+# /etc/fstab: static file system information.
+#
+# ============================================================================
+# V1.3
+# Copyright (C) THALES. All rights reserved
+# Author: Jean-Noel Raguenes
+# Date : 07/12/2009
+# Modification:
+# - V1.1: Herve Petit 10/03/2010
+#   - exports par interface eth1 plutot que eth0
+#   - ajouts de l'exports de /home/trc6500
+# - V1.2: Thomas Perennou 30/04/2013
+# - V1.3: Laurent Mazet 20/05/2013
+# ============================================================================
+#
+# Use 'blkid' to print the universally unique identifier for a
+# device; this may be used with UUID= as a more robust way to name devices
+# that works even if disks are added and removed. See fstab(5).
+#
+# <file system>      <mount point>         <type>  <options>                      <dump>  <pass>
+
+/dev/ram0            /                     ramfs   defaults                       0       0
+tmpfs                /tmp                  tmpfs   defaults                       0       0
+
+#export du repertoire de dump
+nfsserver:/dump      /dump                 nfs     acregmax=5,acdirmax=5,defaults 0       0
+nfsserver:/opt       /opt                  nfs     acregmax=5,acdirmax=5,defaults 0       0
+nfsserver:/home      /home                 nfs     acregmax=5,acdirmax=5,defaults 0       0
+
+LABEL=REC            /var/media/backup/rec ext4    defaults                       0       2