summaryrefslogtreecommitdiff
path: root/etc/fstab
diff options
context:
space:
mode:
Diffstat (limited to 'etc/fstab')
-rw-r--r--etc/fstab14
1 files changed, 14 insertions, 0 deletions
diff --git a/etc/fstab b/etc/fstab
new file mode 100644
index 00000000..e0fb40ce
--- /dev/null
+++ b/etc/fstab
@@ -0,0 +1,14 @@
+# Static information about the filesystems.
+# See fstab(5) for details.
+
+# <file system> <dir> <type> <options> <dump> <pass>
+# /dev/mapper/root
+UUID=e8eac98f-5a78-46fd-8d1f-e73d978c4e74 / ext4 rw,relatime 0 1
+
+# /dev/sdb1
+UUID=86f035fe-aca9-4942-9d14-7473081352f8 /boot ext4 rw,relatime 0 2
+
+# /dev/mapper/home
+UUID=a2aa24a7-27a4-419f-bbae-3d8c12331af8 /home ext4 rw,relatime 0 2
+
+/swapfile none swap defaults 0 0