Dear list,
I am struggeling with a strange behavior when automounting my inbuilt harddrives.
I have 3 harddrives, which are mounted to
/space (sdc1) ext4
/daten1 (sdd1) ext4
/daten2 (sde1) ext4
So all are the same, and the mountpoints shall all have
ownership user:group = root:backup
However, the latest harddrive I added, wbhich is sde1 shows wrong ownerhips, please see:
drwxrwx--- 22 root backup 4096 11. Jul 10:18 daten1
drwxr-xr-x 3 root root 4096 11. Jul 16:30 daten2drwxrwx--- 12 root backup 4096 25. Jun 21:37 space
But when I unmount sde1 it looks like this:
drwxrwx--- 2 root backup 4096 11. Jul 16:13 daten2
which is correct.
My fstab looks so:
UUID=1f............. /daten1 ext4 defaults 0 0
UUID=54.............. /daten2 ext4 defaults 0 0
UUID=80.............. /space ext4 defaults 0 0
What can bbe wrong? What did I miss? Anything else I should check?
I am wondering, why only the new harddrive is the problem.
Thanks for any hints.
Best regards
Hans