correct change_configuration for lite configuration
[debian6500.git] / master / opt / cluster / slave / etc / fstab
1 # /etc/fstab: static file system information.
2 #
3 # ============================================================================
4 # V1.3
5 # Copyright (C) THALES. All rights reserved
6 # Author: Jean-Noel Raguenes
7 # Date : 07/12/2009
8 # Modification:
9 # - V1.1: Herve Petit 10/03/2010
10 # - exports par interface eth1 plutot que eth0
11 # - ajouts de l'exports de /home/trc6500
12 # - V1.2: Thomas Perennou 30/04/2013
13 # - V1.3: Laurent Mazet 20/05/2013
14 # ============================================================================
15 #
16 # Use 'blkid' to print the universally unique identifier for a
17 # device; this may be used with UUID= as a more robust way to name devices
18 # that works even if disks are added and removed. See fstab(5).
19 #
20 # <file system> <mount point> <type> <options> <dump> <pass>
21
22 /dev/ram0 / ramfs defaults 0 0
23 tmpfs /tmp tmpfs defaults 0 0
24
25 #export du repertoire de dump
26 nfsserver:/dump /dump nfs acregmax=5,acdirmax=5,noatime,async,defaults 0 0
27 nfsserver:/opt /opt nfs acregmax=5,acdirmax=5,noatime,async,defaults 0 0
28 nfsserver:/home /home nfs acregmax=5,acdirmax=5,noatime,async,defaults 0 0