[Bug 911505] New: YaST partitioner is mounting a NTFS drive with a dmask=022 it should be dmask=002
http://bugzilla.opensuse.org/show_bug.cgi?id=911505 Bug ID: 911505 Summary: YaST partitioner is mounting a NTFS drive with a dmask=022 it should be dmask=002 Classification: openSUSE Product: openSUSE Distribution Version: 13.2 Hardware: All OS: openSUSE 13.2 Status: NEW Severity: Normal Priority: P5 - None Component: Other Assignee: bnc-team-screening@forge.provo.novell.com Reporter: pereira1819@gmail.com QA Contact: qa-bugs@suse.de Found By: --- Blocker: --- Mounted NTFS drive through YaST->Partitioner it's setting an incorrect dmask value of 022. this should be set to 002.
From Partitioner UUID=AT443R$145D3AF4X /home/pictures ntfs-3g users,gid=users,fmask=133,dmask=022,locale=en_US.UTF-8 0 0
-- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=911505 david pereira <pereira1819@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |13.2 -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=911505 david pereira <pereira1819@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|YaST partitioner is |YaST partitioner is |mounting a NTFS drive with |mounting a NTFS drive with |a dmask=022 it should be |a dmask=022 it should be |dmask=002 |dmask=002 making the drive | |read only Whiteboard| |mounting drive -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=911505 Bernhard Wiedemann <bwiedemann@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aschnell@suse.com, | |bwiedemann@suse.com Component|Other |YaST2 Assignee|bnc-team-screening@forge.pr |yast2-maintainers@suse.de |ovo.novell.com | QA Contact|qa-bugs@suse.de |jsrain@suse.com --- Comment #1 from Bernhard Wiedemann <bwiedemann@suse.com> --- The manual page says dmask=value Set the umask applied to directories only. The default is the of the current process. The value is given in octal. which would mean, that a dmask of 002 allows write-access to the group where 022 does not - which is probably what you want. I guess then fmask=113 should also be set. -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=911505 http://bugzilla.opensuse.org/show_bug.cgi?id=911505#c5 Karl Cheng <qantas94heavy@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |qantas94heavy@gmail.com Summary|YaST partitioner is |YaST partitioner mounts |mounting a NTFS drive with |NTFS drive with dmask=022, |a dmask=022 it should be |making the drive read only |dmask=002 making the drive | |read only | --- Comment #5 from Karl Cheng <qantas94heavy@gmail.com> --- Is this still a issue that needs to be fixed? Seems relevant code is still present for SLE-12-SP3 branch: https://github.com/yast/yast-storage/blob/1ed62018c69362cae11d2cb5caf190b75d... -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=911505 Karl Cheng <qantas94heavy@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |yast-internal@suse.de Flags| |needinfo?(yast-internal@sus | |e.de) -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=911505 http://bugzilla.opensuse.org/show_bug.cgi?id=911505#c6 Stefan Hundhammer <shundhammer@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID Flags|needinfo?(yast-internal@sus | |e.de) | --- Comment #6 from Stefan Hundhammer <shundhammer@suse.com> --- We completely rewrote the entire YaST2 storage stack, so the above URL points to the now-outdated repo. This is the new code location: https://github.com/shundhammer/yast-storage-ng/blob/master/src/lib/y2storage... This is consistent with what Bernhard wrote in comment #1. If you want more relaxed permissions, feel free to modify those mount options on your local machine. But we believe that in general, they make most sense for the average user. -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com