diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-10-25 08:52:41 +0000 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-10-25 08:52:41 +0000 |
commit | fe65a913b440f529c831f172486103feadcdfb94 (patch) | |
tree | fcb18ad2460b6d1f4163beecc7363705f9fd6d6b /etc/fstab | |
parent | ca118323ae9ae29468ce485f8ad230cbf0366bd1 (diff) |
new files
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 + |