#!/bin/bash # # /etc/fstab: static file system information. # # Use 'blkid' to print the universally unique identifier for a # device; this may be used with UUID= as a more robust way to name devices # that works even if disks are added and removed. See fstab(5). # # systemd generates mount units based on this file, see systemd.mount(5). # Please run 'systemctl daemon-reload' after making changes here. # # UUID=partition-ba11 /boot ext2 defaults 0 1 # UUID=partition-809c / btrfs noatime,compress=zstd:2,space_cache=v2,autodefrag,subvol=@ 0 0 UUID=partition-810c /home btrfs noatime,compress=zstd:2,space_cache=v2,autodefrag,noexec,nodev,nosuid,subvol=@home 0 0 UUID=partition-811c /var btrfs noatime,compress=zstd:2,space_cache=v2,autodefrag,noexec,nodev,nosuid,subvol=@var 0 0 UUID=partition-812c /tmp btrfs noatime,compress=zstd:2,space_cache=v2,autodefrag,noexec,nodev,nosuid,subvol=@tmp 0 0 #