From 962c35425636e3f942fd8a624369a7c53748f47e Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Thu, 1 Jan 1970 03:00:00 +0300 Subject: chore: init --- etc/fstab | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 etc/fstab (limited to 'etc/fstab') diff --git a/etc/fstab b/etc/fstab new file mode 100644 index 0000000..c4d6238 --- /dev/null +++ b/etc/fstab @@ -0,0 +1,5 @@ +tmpfs /tmp tmpfs size=4G,noatime 0 0 +/dev/mapper/sg-swap none swap defaults,noatime,discard 0 0 +/dev/mapper/sg-root / f2fs rw,active_logs=6,background_gc=on,no_heap,acl,user_xattr,inline_xattr,inline_data,inline_dentry,flush_merge,mode=adaptive,fsync_mode=posix,discard 0 0 +/dev/mapper/sg-home /home f2fs rw,active_logs=6,background_gc=on,no_heap,acl,user_xattr,inline_xattr,inline_data,inline_dentry,flush_merge,mode=adaptive,fsync_mode=posix,discard 0 0 +UUID=45c75bf0-c76b-40ed-8ab4-bc23248c779b /media/blue btrfs defaults,compress=zstd 0 0 -- cgit 1.4.1