dca50e441c6fd533794b72660968c97a9e7698a8
[matthijs/servers/tika.git] / etc / fstab
1 # /etc/fstab: static file system information.
2 #
3 # Use 'vol_id --uuid' to print the universally unique identifier for a
4 # device; this may be used with UUID= as a more robust way to name devices
5 # that works even if disks are added and removed. See fstab(5).
6 #
7 # <file system> <mount point>   <type>  <options>       <dump>  <pass>
8 proc            /proc           proc    defaults        0       0
9 /dev/mapper/tika-root /               ext3    errors=remount-ro 0       1
10 /dev/mapper/tika-data /data           ext4    defaults,acl        0       2
11 /dev/mapper/tika-home /home           ext3    defaults,acl        0       2
12 /dev/mapper/tika-vservers /vservers       ext4    defaults        0       2
13 /dev/mapper/tika-swap none            swap    sw              0       0
14 cgroup                /var/local/cgroup cgroup defaults 0 0