diff options
author | Valentin Popov <info@valentineus.link> | 2020-04-28 11:56:27 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-04-28 11:56:27 +0300 |
commit | 297d5555c0c882719468bd60833f1d104ff57eba (patch) | |
tree | f492126e24be2e616b0d604cdef2747a826f06ed | |
parent | 316abca278a64a78c1f149b5b7d3c48130a9c187 (diff) | |
download | dotfiles-297d5555c0c882719468bd60833f1d104ff57eba.tar.xz dotfiles-297d5555c0c882719468bd60833f1d104ff57eba.zip |
Initial fstab
Signed-off-by: Valentin Popov <info@valentineus.link>
-rw-r--r-- | gentoo/NP300U1A/fstab | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gentoo/NP300U1A/fstab b/gentoo/NP300U1A/fstab new file mode 100644 index 0000000..82d4be7 --- /dev/null +++ b/gentoo/NP300U1A/fstab @@ -0,0 +1,12 @@ +# Main sections +PARTUUID=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx / btrfs compress=zstd,discard,noatime,nodiratime,space_cache,ssd_spread 0 1 +PARTUUID=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx /boot/efi vfat defaults 0 2 +PARTUUID=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx none swap defaults,discard 0 0 + +# System sections +proc /proc proc nosuid,noexec,nodev 0 0 +sysfs /sys sysfs nosuid,noexec,nodev 0 0 + +# TMPFS sections +tmpfs /var/tmp tmpfs nodev,nosuid,size=75% 0 0 +tmpfs /tmp tmpfs nodev,nosuid,size=50% 0 0
\ No newline at end of file |