# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s UUID' 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>
proc            /proc           proc    nodev,noexec,nosuid 0       0
# / was on /dev/sda1 during installation
UUID=fe63f598-1906-478e-acc7-f74740e78d1f /               btrfs   defaults,subvol=@ 0       1
# /home was on /dev/sda1 during installation
UUID=fe63f598-1906-478e-acc7-f74740e78d1f /home           btrfs   defaults,subvol=@home 0       2
# swap was on /dev/sda5 during installation
UUID=c0c840b3-8e08-4152-b91e-512e03cf39d4 none            swap    sw              0       0



UUID=fe63f598-1906-478e-acc7-f74740e78d1f /btrfs-root               btrfs   defaults 0       1
