# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s UUID' 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>
proc /proc proc defaults 0 0
# / was on /dev/sda9 during installation
UUID=08ba3d50-9b87-41c4-b5f9-3562b23a42f6 / ext4 errors=remount-ro 0 1
# /boot was on /dev/sda7 during installation
UUID=5a4ef5d5-3cd4-4311-9767-848ba1a67e5c /boot ext4 defaults 0 2
# /home was on /dev/sda10 during installation
UUID=c602b769-b734-4109-9dce-546f003e2f50 /home ext4 defaults 0 2
# swap was on /dev/sda8 during installation
UUID=67634f2d-f039-4884-ad7b-802e8b6a71c7 none swap sw 0 0