I'm using Fedora 24 and I have two partitions. I login as user and mount the second partition by clicking on it on the file manager. A window pops up asking for my password so I'm assuming the mount is performed as root.
However, all the files in the mounted partition have user as the owner, and chown doesn't work on them.
[root@mypc Downloads]# chown root:root pointer2.txt [root@mypc Downloads]# ls -la pointer2.txt -rwxrwxrwx. 1 user user 945 Aug 2 2016 pointer2.txt What is the problem here? Is this normal? Can it be fixed?
Here is the relevant output of cat /proc/mounts (line break added for clarity):
/dev/sda2 /run/media/user/666EF0326EEFF8A7 fuseblk rw,nosuid,nodev,relatime,user_id=0, group_id=0,default_permissions,allow_other,blksize=4096 0 0
chownas root?chownas root. The filesystem type shows up asfuseblk. I don't know what that means, but I'm dual booting, and this is the Windows partition.cat /proc/mountsto your question.