https://bugs.kde.org/show_bug.cgi?id=158073

Ahmad Samir <a.samir...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |wishlist

--- Comment #8 from Ahmad Samir <a.samir...@gmail.com> ---
Currently the code in kmountpoint:
        if (infoNeeded & NeedMountOptions) {
            struct fstab *ft = getfsfile(mounted[i].f_mntonname);
            if (ft != nullptr) {
                QString options = QFile::decodeName(ft->fs_mntops);
                mp->d->m_mountOptions = options.split(QLatin1Char(','));
            } else {
                // TODO: get mount options if not mounted via fstab, see
mounted[i].f_flags
            }
        }

so, it would need a FreeBSD dev to implement that.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to