system: Add default fstab file.
authorMatthijs Kooijman <matthijs@stdin.nl>
Tue, 21 Sep 2010 14:40:09 +0000 (16:40 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Thu, 18 Nov 2010 18:54:06 +0000 (19:54 +0100)
This is the file as created by debian-installer.

etc/fstab [new file with mode: 0644]

diff --git a/etc/fstab b/etc/fstab
new file mode 100644 (file)
index 0000000..1999c93
--- /dev/null
+++ b/etc/fstab
@@ -0,0 +1,13 @@
+# /etc/fstab: static file system information.
+#
+# Use 'vol_id --uuid' 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>
+proc            /proc           proc    defaults        0       0
+/dev/mapper/tika-root /               ext3    errors=remount-ro 0       1
+/dev/mapper/tika-data /data           ext4    defaults        0       2
+/dev/mapper/tika-home /home           ext3    defaults        0       2
+/dev/mapper/tika-vservers /vservers       ext4    defaults        0       2
+/dev/mapper/tika-swap none            swap    sw              0       0