# /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/sda5 during installation
UUID=6d355fb9-70d3-47ff-b70e-16b5fc879ba5 / ext4 errors=remount-ro 0 1
# /home was on /dev/sda6 during installation
UUID=70d28cad-ae8b-4ffe-bc4c-44627fc2d74e /home ext4 defaults 0 2
# /mnt/data was on /dev/sdb1 during installation
UUID=b99f2bfe-036c-48b6-8847-cef9eaf09283 /mnt/data ext4 defaults 0 2
# swap was on /dev/sda1 during installation
UUID=e2fc0885-c190-4ce2-b236-ef20adda7a33 none swap sw 0 0