We have seen a few times that - for some reason the /etc/fstab get partially or fully corrupted. To rebuild that file we need - among other information - the UUIDs from all the partitions. Below is a sample of a healthy /etc/fstab:
$ cat /etc/fstab
# Begin /etc/fstab
# filesystem mount-point fs-type options dump fsck-order
#--------------------------------------------------------------------
UUID=3523a3a7-3075-488a-8d29-3f9cf61d64c5 / ext4 defaults 1 1
UUID=ec05b6b2-8c4e-4ca2-b8ef-5f811ae511eb /failsafe ext4 defaults,nodev 1 2
UUID=8cac16bd-0304-4a6a-a937-db3c7ee65dea /var ext4 defaults,nosuid,nodev 1 2
UUID=73bdd5f7-fe3f-4b3a-9f4a-4046bdd5dc26 /loglogic ext4 defaults,noatime,nodiratime,nodev 1 2
UUID=9e3cfb51-f412-4d82-b21e-47ec704db3f3 /loglogic/data ext4 defaults,noatime,nodiratime,nodev 1 2
UUID=2fc8fe1d-0f4f-477e-b2d7-0fc5bf8231e3 swap swap defaults 0 0
none /dev/pts devpts rw,gid=4,mode=0620 0 0
/var/tmp /tmp none defaults,bind 0 0
shmfs /dev/shm tmpfs defaults,noexec,nosuid,nodev 0 0