I have Mageia 9 installed on an SSD. I have the system set up for dual boot with Windows 10 which is installed on a second SSD. I use Mageia as my default.
I also have three additional HDDs attached. One for personal file storage, another for graphics/images storage and the third for backup.
These three HDDs are all formatted NTFS. I've edited fstab to auto mount them at boot in /media/username/HDD name, no problem. Example- UUID=6AF440D107179B55 /media/username/Arc ntfs-3g defaults,umask=000 0 0
I can access/open files.
What I am unable to do is take ownership of the various and many files/folders on these drives. Not the drive or mount points just the folders and files so I can edit/add as necessary. Every time I try I get an "access denied" error in Dolphin. If I copy/move to one of these HDDs/folders I get the access denied message yet the copy/move has been done when I check(?)
I've tried chown, chmod, yet all the files and folders remain as owned by root.
I've added myself to the root group with no effect.
I am, if absolutely necessary, prepared to copy the contents of each HDD to external drives then re-format the three in question as ext4 and copy/move everything back if that would make a difference. But it would be a long process due to the amount of data to be moved and would rather avoid doing it unless it's the only way.
Would changing the mount point help?
Or is there something so obvious I can't see it?
Any help would be appreciated so I can continue using Linux as my main OS.