# /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 nodev,noexec,nosuid 0 0
# / was on /dev/sda2 during installation
UUID=5ad7c5ef-af36-4c57-9460-121c3a6fdff4 / ext4 errors=remount-ro 0 1
# /boot was on /dev/sda5 during installation
UUID=30597c20-838f-48cd-9344-5fef1ddad7c9 /boot ext4 defaults 0 2
# /home was on /dev/sda9 during installation
UUID=9a7e5b86-f698-4f2d-9664-5014ef448a59 /home ext4 defaults 0 2
# /home/mm was on /dev/sda10 during installation
UUID=503abc72-5967-4645-a5b7-1a53b0125384 /home/mm xfs defaults 0 2
# /tmp was on /dev/sda8 during installation
UUID=5c1d955a-6852-498a-af46-190f68b3fa22 /tmp ext4 defaults 0 2
# /usr was on /dev/sda7 during installation
UUID=e5e3a367-510e-4aa6-ab8d-c2e6dde56dfb /usr ext4 defaults 0 2
# /var was on /dev/sda6 during installation
UUID=39e002e7-d20b-4eed-aa92-340e9bb26e9d /var ext4 defaults 0 2
# swap was on /dev/sda3 during installation
UUID=19083c01-e1ec-46f9-9c02-3759ac6d7c1c none swap sw 0 2
Профи, подскажите, выделенное красным со словом errors - это страшно?