File: //etc/fstab
# /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).
#
# systemd generates mount units based on this file, see systemd.mount(5).
# Please run 'systemctl daemon-reload' after making changes here.
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/md0 during installation
UUID=634c06ca-29ea-4021-be1a-2c6a2e4381c3 / ext4 discard,noatime,commit=600,errors=remount-ro 0 1
# /boot was on /dev/md3 during installation
UUID=8e1afe19-f37c-4ec0-a2cb-332f52b92556 /boot ext4 discard,noatime,commit=600,errors=remount-ro 0 2
# /boot/efi was on /dev/nvme0n1p2 during installation
UUID=C59C-49CA /boot/efi vfat umask=0077 0 1
# swap was on /dev/md2 during installation
UUID=434ae6f4-3bc7-4873-9268-91626c827667 none swap sw,discard 0 0
/dev/sr0 /media/cdrom0 udf,iso9660 user,noauto 0 0
/dev/sr1 /media/cdrom1 udf,iso9660 user,noauto 0 0
tmpfs /var/tmp tmpfs rw,nodev,nosuid,noexec,noatime,mode=01777 0 0