the output of lsblk is:
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 238.5G 0 disk
├─sda1 8:1 0 1G 0 part /boot
├─sda2 8:2 0 30G 0 part /
├─sda3 8:3 0 2G 0 part [SWAP]
└─sda4 8:4 0 205.5G 0 part /home
and the contents of fstab are:
# Static information about the filesystems.
# See fstab(5) for details.
# <file system> <dir> <type> <options> <dump> <pass>
# /dev/sda2
UUID=ea736870-1e61-4510-af54-94d884057cb5 / ext4 rw,relatime 0 1
# /dev/sda1
UUID=A6AD-3678 /boot vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 2
# /dev/sda4
UUID=e08c421d-d76a-41f9-81db-04cc0572a936 /home ext4 rw,relatime 0 2
# /dev/sda3
UUID=16436cb8-158f-44bf-8a96-dfbe5605bb2c none swap defaults 0 0