|
Bugzilla – Full Text Bug Listing |
| Summary: | reluctant mount coreutil | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE Linux 10.1 | Reporter: | Elmar Stellnberger <estellnb> |
| Component: | Basesystem | Assignee: | Matthias Koenig <mkoenig> |
| Status: | RESOLVED WONTFIX | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Enhancement | ||
| Priority: | P4 - Low | ||
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | i686 | ||
| OS: | SuSE Linux 10.1 | ||
| Whiteboard: | |||
| Found By: | Community of Practice | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Elmar Stellnberger
2008-01-22 11:32:35 UTC
1. Currently mount disallows remounts for user, because you are able to change options when remounting and user mounts have their options defined in fstab. If you want to allow this you will have to keep track which options should be allowed on remount. As such a feature would require much work, please discuss this upstream on the util-linux-ng mailing list (util-linux-ng@vger.kernel.org). 2. The issue here is that the same device has been mounted several times on the same mount point, this is fixed in the current release of util-linux-ng. 3. The permissions of the mount point are completely irrelevant. The user/group/permissions which show up are given in the filesystem which is to be mounted. I do not think that mount should touch the filesystem via chown/chmod. |