On 7/11/25 20:02, Hans wrote:
Where are the permission be set at the drive? It is just a hardware without any folders or files on. Freshly formatted. What can be done wrong at this?
Nothing is wrong. After a fresh format (mke2fs) the root directory belongs to root:root, and that is what you see as soon as you mont the filesystem. If you now do a 'chown root:backup /daten2', after a reboot you will see that everything is as you expect... Detlef