I posted this 2 weeks ago:
It got locked a few days ago. Because I though this was the solution:
But when I opened back Windows and returned back to EndeavourOS after it… Well now I have a weird issue about exFAT ones.
Firstly, here’s my fstab:
#New Partition /mnt/internalB /mnt/internalB nofail,uid=1000,gid=1000,dmask=022,fmask=133 0 0 #New Partition /mnt/internalB /mnt/internalB nofail,nobootwait 0 0 # /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>
UUID=E272-B3C7 /boot/efi vfat noatime 0 2
UUID=5b257c34-fd04-42b2-9ce0-dc3b0db8dc71 / btrfs subvol=/@,noatime,compress=zstd 0 0
UUID=5b257c34-fd04-42b2-9ce0-dc3b0db8dc71 /home btrfs subvol=/@home,noatime,compress=zstd 0 0
UUID=5b257c34-fd04-42b2-9ce0-dc3b0db8dc71 /var/cache btrfs subvol=/@cache,noatime,compress=zstd 0 0
UUID=5b257c34-fd04-42b2-9ce0-dc3b0db8dc71 /var/log btrfs subvol=/@log,noatime,compress=zstd 0 0
/dev/sda2 /mnt/internalA ntfs-3g nofail,defaultsuid=1000,gid=1000,dmask=022,fmask=133 0 0
/dev/sdc1 /mnt/internalB ntfs-3g nofail,defaultsuid=1000,gid=1000,dmask=022,fmask=133 0 0
/dev/sdb4 /mnt/windows ntfs-3g nofail,defaultsuid=1000,gid=1000,dmask=022,fmask=133 0 0
UUID=F009-D277 /mnt/externalA exfat nofail,defaultsuid=1000,gid=1000,dmask=022,fmask=133 0 0
UUID=0CA6-383E /mnt/externalB exfat nofail,defaultsuid=1000,gid=1000,dmask=022,fmask=133 0 0
UUID=5899-CCA7 /mnt/externalgaming exfat nofail,defaultsuid=1000,gid=1000,dmask=022,fmask=133 0 0
If you read the discussion in my first post, you might figure out that this is what was recommended to me. But it doesn’t works for exFAT…
I tried everything that was reccomended and I did before posting my old post again. Nothing worked. What could be the reason of this? Because they worked when tried the info in the post I marked as “solution”.
Plus, one more little problem. something like sudo mount /dev/sda2 /mnt/internalA
works but KDE Partition Manager can’t mount NTFS drives as read-write. What could be the reason of this?
Also… I’m now definitely thinking on turning my Windows installation to a VM. Do anyone knows a solution which I can use my physical drives in that installation at VM?