sudo gedit / 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/sda2 during installation
UUID=261b2166-4da5-45b8-a57f-1b2e1d1d5d94 / ext4 errors=remount-ro 0 1
# /home was on /dev/sda3 during installation
UUID=dd5b1085-5e8d-4f8a-acb9-8e2343106fe8 /home ext4 defaults 0 2
# swap was on /dev/sda1 during installation
UUID=f4a67231-37cf-4d04-80e5-9f3376fb5190 none swap sw 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0
/dev/sdb1 /hdd ext4 defaults 0 0