Artificial intelligent assistant

udisks2: permission denied When I mount blank btrfs partition in Dolphin, I get "Permission denied" on write. You can see that it's mounted on /run/media/%username% dir which is correct, but owner is root. [doctor@doctoror doctor]$ pwd /run/media/doctor [doctor@doctoror doctor]$ ls -l total 4 dr-xr-xr-x 1 root root 0 січ 1 1970 Home [doctor@doctoror doctor]$ mkdir Home/tmp mkdir: cannot create directory ‘Home/tmp’: Permission denied

When you create a filesystem that supports file ownership, its root directory starts owned by root (with all the `mkfs` that I remember seeing). The ownership of the mount point and the user who did the mounting are irrelevant to the ownership of the root directory (or any other file) on that filesystem. It would be problematic after all if mounting a filesystem in a different place changed the privileges required to access each file on it.

If you want to create files as a non-root user, you'll have to give that user write permission to some directory on that filesystem.

xcX3v84RxoQ-4GxG32940ukFUIEgYdPy aacae059614cb3a0a8bfb044b8e77ff9