# /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. # # /dev/mapper/vg_system-root / btrfs defaults,subvol=@rootfs 0 0 # /boot was on /dev/md0 during installation UUID=e2243858-200b-4de5-8f3c-45a1a2b45cf3 /boot btrfs defaults 0 0 # /boot/efi was on /dev/sda2 during installation UUID=CD0E-BD09 /boot/efi vfat umask=0077 0 1 /dev/mapper/vg_system-home /home btrfs defaults 0 0 #/dev/vg_storage/synchronized /home/kale/synchronized btrfs defaults 0 0 /dev/mapper/vg_system-swap none swap sw 0 0 /dev/sr0 /media/cdrom0 udf,iso9660 user,noauto 0 0