1. if the only option in /etc/fstab is 'noauto' all is fine, it gets not mounted
2. if the option 'user' is also added (noauto,user) it gets mounted
Conclusion: some process/application performs the mounting in user space.
However I am unable to find out, how to avoid that, must be some
process of the distribution or desktop?
'mount' seems to perform correctly, I therefor do assign this bug to the distribution
Meanwhile I gathered some more information:
1. if the only option in /etc/fstab is 'noauto' all is fine, it gets not mounted
2. if the option 'user' is also added (noauto,user) it gets mounted
Conclusion: some process/application performs the mounting in user space.
However I am unable to find out, how to avoid that, must be some
process of the distribution or desktop?
'mount' seems to perform correctly, I therefor do assign this bug to the distribution
Ingo