diff options
author | Azat Bahawi <azat@bahawi.net> | 1970-01-01 03:00:00 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2022-09-20 11:52:07 +0300 |
commit | 962c35425636e3f942fd8a624369a7c53748f47e (patch) | |
tree | c69e76f6c4cdd7f9f66d02a02ee683fe4d5426e7 /etc/fstab |
Diffstat (limited to 'etc/fstab')
-rw-r--r-- | etc/fstab | 5 |
1 files changed, 5 insertions, 0 deletions
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 |