Swansen wrote:what i want to achieve is in the title and first post. i can't gain access to a drive connected externally via USB. for some reason i don't have permission.
No, what's in the title and what you described so far are two different things.
What you want: read/write access to an ext4 partition on an external harddrive as normal user during a mageia live session
What's in the title and what you written so far: attempts to fumble with the permissions of the mountpoint
For the chown command, this should work (you have to quote the blank, the shell does wordsplitting on blanks, hence you get exactly two error messages as in your last post)
- Code: Select all
chown live:live /run/media/live/media\ drive
This should work, too:
- Code: Select all
chown live:live '/run/media/live/media drive'
You should definitely avoid to recursively change the owner and group of all the files on that partition, as you tried with chown -R ... that is, if you still need your files.
But all that will not solve the underlying issue - usually dolphin should ask for the root password to mount or access that drive.
In the live session, can you please show the output of the following command run as root
- Code: Select all
ps -ef | grep -v grep | grep -i polkit