From: Matthijs Kooijman Date: Tue, 21 Sep 2010 14:40:09 +0000 (+0200) Subject: system: Add default fstab file. X-Git-Url: https://git.stderr.nl/gitweb?a=commitdiff_plain;h=691a0b94da7a1b5476ffa736d185b77b0cd32b34;hp=84a948590e8a4973b27b71e677fca8879796ac60;p=matthijs%2Fservers%2Ftika.git system: Add default fstab file. This is the file as created by debian-installer. --- 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