From 691a0b94da7a1b5476ffa736d185b77b0cd32b34 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Tue, 21 Sep 2010 16:40:09 +0200 Subject: [PATCH] system: Add default fstab file. This is the file as created by debian-installer. --- etc/fstab | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 etc/fstab diff --git a/etc/fstab b/etc/fstab new file mode 100644 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). +# +# +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 -- 2.30.2