On Fri, Jul 11, 2025 at 08:02:48PM +0200, Hans wrote:
Why wasn't it what you "wanted"? It answers your questions.What I want is, starting the machine and want all 3 drives automatically been mounted with the same rights (here: like /daten1 and /space)
Do what you were told is the proper procedure, set the permissions after the drive is mounted.
I do NOT want to remount it manually at every boot.
That has nothing to do with the permissions.
A mount point is just a directory that has its own permissions, then you mount something on it and it has the permissions of whatever you mounted. So there are two sets of permissions to consider for each one: before mounting and after.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?
You have to chown/chmod the mount point *after* the drive is mounted. If you do it before the drive is mounted it won't have any effect on the mounted drive. (As you can see.) I really am not sure what else to say, this is how it works.