giuseppe@giuseppe-desktop:~$ 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>
# / was on /dev/sdc1 during installation
UUID=880963cd-4bdf-4f55-b31e-7ee542edcc67 / ext4 errors=remount-ro 0 1
# /home was on /dev/sdc2 during installation
UUID=7a517a6d-c6cf-42d5-926f-7125b5266596 /home ext4 defaults 0 2
giuseppe@giuseppe-desktop:~$