bgc@bgc:~$ sudo cat /etc/fstab
[sudo] password for bgc:
# /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=e0c0a921-c5fc-45c3-b375-785d52e56a60 / ext4 errors=remount-ro 0 1
# /media/data was on /dev/sda3 during installation
UUID=4fb6cdca-5642-4684-8a63-42a7f5e9ed1d /mnt/data ext4 defaults 0 2
# swap was on /dev/sda1 during installation
UUID=fdc2d9bd-6f2d-4035-8c0d-8c7bc31009f9 none swap sw 0 0