aboutsummaryrefslogtreecommitdiff
path: root/gentoo/NP300U1A/fstab
blob: 82d4be7a28848723faa1c390996752fe76edbdda (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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