Am Montag, 3. Juli 2023, 15:16:22 CEST schrieb Thomas Schmitt: Hi Thomas, good hint! Yes, of course ACL. I forgot about it.
This is the output: getfacl /media/myusername/ getfacl: Entferne führende '/' von absoluten Pfadnamen # file: media/myusername/ # owner: root # group: root user::rwx user:myusername:r-x group::--- mask::r-x other::--- ---- Exchanged my real username with "myusername", of course. I wonder, why this is set so, I never edited ACLs, so it must be set by default. Best Hans > Hi, > > > drwxr-x---+ 2 root root 4096 24. Jun 18:55 myusername > > The device will be mounted under "/media/myusername/", but when I look. I > > see owner rot and group root. And only root is allowed to read and write > > into this folder. > > The "+" indicates the presence of ACL. > > What do you get from > > getfacl /media/myusername > > ? > > > Have a nice day :) > > Thomas