aboutsummaryrefslogtreecommitdiff
path: root/gentoo/NP300U1A
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-04-28 11:56:27 +0300
committerValentin Popov <info@valentineus.link>2020-04-28 11:56:27 +0300
commit297d5555c0c882719468bd60833f1d104ff57eba (patch)
treef492126e24be2e616b0d604cdef2747a826f06ed /gentoo/NP300U1A
parent316abca278a64a78c1f149b5b7d3c48130a9c187 (diff)
downloaddotfiles-297d5555c0c882719468bd60833f1d104ff57eba.tar.xz
dotfiles-297d5555c0c882719468bd60833f1d104ff57eba.zip
Initial fstab
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'gentoo/NP300U1A')
-rw-r--r--gentoo/NP300U1A/fstab12
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