26 lines
1.4 KiB
Plaintext
26 lines
1.4 KiB
Plaintext
# /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>
|
|
# / was on /dev/sda2 during installation
|
|
UUID=77e69c3b-9cf8-45b5-8dc8-2ec3c31d0d3b / btrfs discard=async,ssd,space_cache=v2,defaults,noatime,compress=zstd,subvol=@ 0 1
|
|
# /boot/efi was on /dev/sda1 during installation
|
|
UUID=3D03-FB2D /boot/efi vfat umask=0077 0 1
|
|
# /home was on /dev/sda3 during installation
|
|
UUID=f1e17886-a7b3-4e23-9a26-0838adfc716f /home ext4 discard,defaults,noatime 0 2
|
|
|
|
# Secure shared memory
|
|
tmpfs /dev/shm tmpfs defaults,noexec,nosuid 0 0
|
|
|
|
# Tmpfs
|
|
tmpfs /var/tmp tmpfs defaults,noatime 0 0
|
|
tmpfs /var/spool tmpfs defaults,noatime 0 0
|
|
#tmpfs /var/lock tmpfs defaults 0 0
|
|
#tmpfs /var/cache/apt/archives tmpfs size=15%,defaults 0 0
|
|
|
|
UUID=58acb50a-9718-44fb-a7e6-199d7ef811d4 /media/zulumann/HDD1.5TB ext4 defaults,noatime,nofail,x-systemd.device-timeout=3 0 2
|
|
UUID=6a1bce14-88cb-4864-841e-2d384c8a853c /home/zulumann/VM-Images ext4 discard,defaults,noatime,nofail,x-systemd.device-timeout=3 0 2
|