Bug 496974

Summary: Dolphin mount a ntfs partition as "fuseblk" system, access to dropbox folder is broken
Product: [Applications] dolphin Reporter: makosol
Component: generalAssignee: Dolphin Bug Assignee <dolphin-bugs-null>
Status: RESOLVED DOWNSTREAM    
Severity: normal CC: john.kizer, kfm-devel
Priority: NOR    
Version: 24.08.3   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:
Attachments: screenshot

Description makosol 2024-12-03 08:53:27 UTC
Created attachment 176312 [details]
screenshot

SUMMARY
Dolphin mount a ntfs partition as "fuseblk" system, access to dropbox folder is broken

STEPS TO REPRODUCE
1. In Dolphin, click the ntfs partition to mount it

OBSERVED RESULT
Dropbox folder is displayed as a link and not as a folder and cannot be opened ; others folders and files are fine.

EXPECTED RESULT
Dropbox folder is displayed normally.


SOFTWARE/OS VERSIONS

Linux/KDE Plasma: Fedora 41 KDE Plasma
KDE Plasma Version: 6.2.4
KDE Frameworks Version: 6.8
Qt Version: 6.8

ADDITIONAL INFORMATION
In KDE NEON it functions normally, the system displayed is "ntfs3" for the mounted partition.
Comment 1 John Kizer 2024-12-13 07:25:45 UTC
Hi - I believe the driver used for mounting the filesystem would depend on how your Linux distribution is configured.

Fedora defaults to using ntfs-3g, which then uses FUSE, but that can be changed - see the discussion and links here on how to adjust teh driver used for permanent /etc/fstab mounts or on-the-fly mounts: https://discussion.fedoraproject.org/t/fedora-driver-fs-on-default-ntfs3-kernel-or-ntfs-3g/128257

Thanks!