# /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>
proc            /proc           proc    nodev,noexec,nosuid 0       0
# / was on /dev/sda1 during installation
UUID=31044768-d1f2-427b-9daf-c093c22658fa /               ext4    errors=remount-ro 0       1
# /var/log was on /dev/sda5 during installation
UUID=5b64f0d7-deff-4930-8487-cd63839ea874 /var/log        ext4    defaults        0       2
# /vms was on /dev/sda7 during installation
UUID=00253027-7cc2-4be4-a1f9-c9f6e2db8917 /vms            ext4    defaults        0       2
# swap was on /dev/sda6 during installation
UUID=6e8122f8-f726-4eaf-a43e-6f4ed520d94d none            swap    sw              0       0
