# /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=e2fa7130-69fd-42aa-8f9b-3d2441088123 /               ext4    errors=remount-ro 0       1
# /var/log was on /dev/sda5 during installation
UUID=c29355d4-1cf7-4aa2-8ffb-01a20d7ff25a /var/log        ext4    defaults        0       2
# /vms was on /dev/sda7 during installation
UUID=9689aa8b-f5eb-4d1c-b5ec-e7de2d163de3 /vms            ext4    defaults        0       2
# swap was on /dev/sda6 during installation
UUID=dd21fc00-c6b2-4986-9bc5-6e0acc882064 none            swap    sw              0       0
