I have a secondary drive that I use concurrently between Linux/Windows so it’s a ntfs partition.
I have it mount on “/data”.
My fstab looks like this UUID=38C6C841C6C7FCDE /data ntfs-3g uid=zelie,gid=zelie,dmask=022,fmask=133 0 0
I can cd in it; I have all my files. I can access and open stuff via command line.
Dolphin however
Bare in mind that this is solely within Dolphin. I can access all files within my drive.
For example I have a Lime3DS emulator that can totally access my games in data\Games\Citra\Games and Launches them
Fixed. Somehow Dolphin was installed via Flatpack and did not have any permissions on the drive.
Giving it permissions via Flatseal fixed it.
Also running “sudo pacman -Syu dolphin” is a better solution.