خروجی 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=806a8bc1-c0a7-417f-99dc-d47097b02308 / ext4 errors=remount-ro 0 1
# /boot was on /dev/sda3 during installation
UUID=e47d7e63-7e6d-4056-8dc7-ee0f88a0552e /boot ext3 defaults 0 2
# /boot/efi was on /dev/sda5 during installation
#UUID=8A29-565E /boot/efi vfat umask=0077 0 1
# /home was on /dev/sda4 during installation
UUID=98e8a112-b6f3-46e3-9b62-96d893e1646d /home ext4 defaults 0 2
# swap was on /dev/sda2 during installation
UUID=1f990a32-4db0-43cc-94f4-4b2701b63044 none swap sw 0 0
#UUID=8A29-565E /boot/efi vfat defaults 0 1
UUID=8A29-565E /boot/efi vfat defaults 0 1
خروجی sudo lsblk -o NAME,TYPE,UUID
NAME TYPE UUID
sda disk
├─sda1 part 806a8bc1-c0a7-417f-99dc-d47097b02308
├─sda2 part 02cdcbe6-5ca6-41e2-a306-1bef5a324b27
├─sda3 part e47d7e63-7e6d-4056-8dc7-ee0f88a0552e
├─sda4 part 98e8a112-b6f3-46e3-9b62-96d893e1646d
└─sda5 part 8A29-565E
sr0 rom