$ cat /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).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda1 during installation
UUID=58a71b82-6a3c-4af2-87e0-f52a47e9a20a / ext4 errors=remount-ro,noatime,nodiratime,commit=90 0 1
# /home was on /dev/sda2 during installation
UUID=3b742a4c-13b0-4582-9157-6968156fbe82 /home ext4 defaults,noatime,nodiratime,commit=90 0 2
#
tmpfs /tmp tmpfs defaults,noatime,nodiratime,mode=1777,size=30% 0 0
update
ОтветитьУдалить# /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).
#
#
# / was on /dev/nvme0n1p2 during installation
UUID=c2503210-21df-4125-a214-d9ddf03d1f97 / ext4 errors=remount-ro,noatime,commit=60 0 1
# /boot/efi was on /dev/nvme0n1p1 during installation
UUID=77BD-3CD9 /boot/efi vfat umask=0077 0 1
# /home was on /dev/nvme0n1p3 during installation
UUID=b56bc25d-890e-4636-9a43-77a028bfbdd3 /home ext4 errors=remount-ro,noatime,commit=60 0 2