diff options
Diffstat (limited to 'etc/fstab')
-rw-r--r-- | etc/fstab | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/etc/fstab b/etc/fstab new file mode 100644 index 00000000..aaad5b18 --- /dev/null +++ b/etc/fstab @@ -0,0 +1,15 @@ +# Static information about the filesystems. +# See fstab(5) for details. + +# <file system> <dir> <type> <options> <dump> <pass> +# /dev/mapper/root +UUID=2073de6a-b615-4ba8-b71b-5433cf9cbca1 / ext4 rw,relatime 0 1 + +# /dev/sda1 +UUID=e296d380-93d5-4e4a-a5b8-52e2bd52d26c /boot ext4 rw,relatime 0 2 + +# /dev/mapper/home +UUID=7d01dc7d-d269-4d41-a8aa-ef0ff2bf4f9c /home ext4 rw,relatime 0 2 + +/swapfile none swap defaults 0 0 + |