<table><tr><td style="">dfaure added a comment.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D10358" rel="noreferrer">View Revision</a></tr></table><br /><div><div><p>OK, this shows that we need to fix a bigger issue before silencing the warnings on VFAT.</p>

<p>But I just noticed something. The instructions you posted to kde-frameworks-devel for reproducing the bug are somewhat broken.</p>

<div class="remarkup-code-block" style="margin: 12px 0;" data-code-lang="text" data-sigil="remarkup-code-block"><pre class="remarkup-code" style="font: 11px/15px "Menlo", "Consolas", "Monaco", monospace; padding: 12px; margin: 0; background: rgba(71, 87, 120, 0.08);">sudo mount -t vfat -o uid=0000,fmask=0007,dmask=0000,rw,noexec,loop fat.fs /mnt/vfat</pre></div>

<p>leads to files that don't have "owner" permission, so one can't read the files he creates.</p>

<div class="remarkup-code-block" style="margin: 12px 0;" data-code-lang="console" data-sigil="remarkup-code-block"><pre class="remarkup-code" style="font: 11px/15px "Menlo", "Consolas", "Monaco", monospace; padding: 12px; margin: 0; background: rgba(71, 87, 120, 0.08);"><span style="color: #000080">$ echo a > /mnt/vfat/myfile</span>
<span style="color: #808080">zsh: permission denied: myfile</span>
<span style="color: #000080">$ cd /mnt/vfat ; touch foo ; ls -l</span>
<span style="color: #808080">-rwxrwx--- 1 root root     0  7 févr. 23:05 foo</span>
<span style="color: #000080">$ cat foo</span>
<span style="color: #808080">cat: foo: Permission denied</span></pre></div>

<p>Something like fmask=0000 or fmask=0111 (if no file should be executable) seems much more sensible, so that I can edit my own files.<br />
The bug is still there though, I'll look into it.</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R241 KIO</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D10358" rel="noreferrer">https://phabricator.kde.org/D10358</a></div></div><br /><div><strong>To: </strong>dfaure, chinmoyr, markg, jtamate<br /><strong>Cc: </strong>Frameworks, michaelh, ngraham<br /></div>