[dolphin] [Bug 445468] Cannot mount NTFS with the new ntfs3 module from Linux 5.15
stargeizer <[email protected]>
| Newsgroups | gmane.comp.kde.devel.kfm |
|---|---|
| Message-ID | <[email protected]/> |
https://bugs.kde.org/show_bug.cgi?id=445468 stargeizer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #11 from stargeizer <[email protected]> --- Ok, here's a fix. It seems there's a bug with udisk2, because if ntfs-3g is not present in the system, udisk2 will not use the kernel NTFS driver. It needs to be configured in /etc/udisks2/mount_options.conf (and by default, Archlinux doesn't create it, you need to change the name of the file from mount_options.conf.example to mount_options.conf. The file states that these are the defaults, but for some reason, at least on my machines, udisk2 fails on NTFS and XFS without explicitally configuring this file. For this bug report, you need to create/edit the /etc/udisk2/mount_options.conf to include the following: [defaults] ntfs:ntfs3_defaults=uid=$UID,gid=$GID ntfs:ntfs3_allow=uid=$UID,gid=$GID,umask,dmask,fmask,iocharset,discard,nodiscard,sparse,nosparse,hidden,nohidden,sys_immutable,nosys_immutable,showmeta,noshowmeta,prealloc,noprealloc,hide_dot_files,nohide_dot_files,windows_names,nocase,case ntfs_drivers=ntfs This should fix the KDE mount problem. Please confim if work or not on your machines, i tried to edit the Archlinux "udisk2" wiki page and somebody there marked the solution as "non-factual". -- You are receiving this mail because: You are on the CC list for the bug.