| 1234567891011121314151617 | # /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/nvme1n1p3 during installationUUID=c4b2be6f-d2e5-41b7-8a57-c0df24eb4a32 /               btrfs   defaults,subvol=@ 0       1# /boot/efi was on /dev/nvme0n1p1 during installationUUID=749A-61C5  /boot/efi       vfat    umask=0077      0       1# /home was on /dev/nvme1n1p3 during installationUUID=c4b2be6f-d2e5-41b7-8a57-c0df24eb4a32 /home           btrfs   defaults,subvol=@home 0       2# swap was on /dev/nvme1n1p2 during installation#UUID=9c6a05cc-679f-476e-b9bc-90dc6b4809c7 none            swap    sw              0       0UUID=fb26452f-70a7-4587-8364-e9d7eae26251 none            swap    sw              0       0
 |