1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
~ cat /etc/fstab
# /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).
#
# <file system> <mount point> <type> <options> <dump> <pass>
UUID=3EB0-83DA /boot/efi vfat umask=0077 0 0
UUID=d28630c8-a642-45e6-baae-b41de3da008e / btrfs defaults,ssd,noatime,compress-force=zstd,commit=120,space_cache=v2,subvol=/@ 0 2
UUID=d28630c8-a642-45e6-baae-b41de3da008e /home btrfs defaults,ssd,noatime,compress-force=zstd,commit=120,space_cache=v2,subvol=/@home 0 0
UUID=d28630c8-a642-45e6-baae-b41de3da008e /var/lib/docker btrfs defaults,ssd,noatime,compress-force=zstd,commit=120,space_cache=v2,subvol=/@docker 0 0
UUID=d28630c8-a642-45e6-baae-b41de3da008e /var/cache btrfs defaults,ssd,noatime,compress-force=zstd,commit=120,space_cache=v2,subvol=/@cache 0 0
UUID=d28630c8-a642-45e6-baae-b41de3da008e /var/log btrfs defaults,ssd,noatime,compress-force=zstd,commit=120,space_cache=v2,subvol=/@log 0 0
|