summaryrefslogtreecommitdiff
path: root/etc/fstab
diff options
context:
space:
mode:
authorXiao Pan <gky44px1999@gmail.com>2024-03-06 10:13:05 +0000
committerXiao Pan <gky44px1999@gmail.com>2024-03-06 10:13:05 +0000
commite1c56565bc752e25f076289bd286875b8d2b6177 (patch)
tree47a6911fa3b70414a81a455126558299a2188d6f /etc/fstab
parent3db1790d8668673323ffc04859d56689a036ddc6 (diff)
ia add fstab
Diffstat (limited to 'etc/fstab')
-rw-r--r--etc/fstab11
1 files changed, 11 insertions, 0 deletions
diff --git a/etc/fstab b/etc/fstab
new file mode 100644
index 00000000..0ab5716a
--- /dev/null
+++ b/etc/fstab
@@ -0,0 +1,11 @@
+# Static information about the filesystems.
+# See fstab(5) for details.
+
+# <file system> <dir> <type> <options> <dump> <pass>
+# /dev/sda1 LABEL=root
+UUID=ed61e67e-7605-4383-ac16-fe54ee2ede87 / ext4 rw,relatime,errors=remount-ro 0 1
+
+# /dev/sdb1
+UUID=cfbeb3bb-f781-4e63-9635-9155fe85f12c /home ext4 rw,relatime 0 2
+
+/swapfile none swap defaults 0 0