clue stick
flatbush:[ruben]:~$ 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=E1D2-8031 /boot/efi vfat umask=0077 0 2
UUID=7f87608b-b782-4b39-89c4-ca8353de7134 / xfs defaults,noatime 0 1
UUID=e07bed3b-dd06-4bda-98d3-2b31a866093f /home/ruben/mnt xfs user,rw,exec,noauto
UUID=ba67ca27-1557-46b2-867f-660bd8579a3a /home/ruben/mnt2 ext4 user,rw,exec,noauto
UUID=1c2481db-93c1-4021-84c1-dafb2670efcb /home/ruben/mnt3 xfs user,rw,exec,noauto
use blkid to get uuid
flatbush:[ruben]:~$ sudo blkid /dev/sda2
[sudo] password for ruben:
/dev/sda2: UUID="7f87608b-b782-4b39-89c4-ca8353de7134" BLOCK_SIZE="4096" TYPE="xfs" PARTUUID="abaed240-3a37-5948-a4b8-521b301afe69"