/etc/fstab dosyasının içeriğini buraya kopyalar mısınız?
Erişim
# /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/nvme0n1p3 during installation
UUID=d0ba1cc9-1e82-46b1-811d-9b036aa137af / ext4 errors=remount-ro 0 1
# /boot/efi was on /dev/nvme0n1p2 during installation
UUID=72D0-83C1 /boot/efi vfat umask=0077 0 1
# /home was on /dev/nvme0n1p4 during installation
UUID=710d8b1e-90c4-4e7f-abc9-79cb4ddd0864 /home ext4 defaults 0 2
# /mnt/games was on /dev/nvme0n1p5 during installation
UUID=e6f59685-85ba-4ddc-bbb6-5150d0cf6af0 /mnt/games ext4 defaults 0 2
# swap was on /dev/nvme0n1p1 during installation
UUID=837e5266-d480-444a-9e00-7e6068de5a5d none swap sw 0 0
İlk başta "/etc/fstab" yazınca "erişim engellendi" dedi. Bende "sudo nano /etc/fstab" Kodu ile denedim.