Bug 496974 - Dolphin mount a ntfs partition as "fuseblk" system, access to dropbox folder is broken
Summary: Dolphin mount a ntfs partition as "fuseblk" system, access to dropbox folder ...
Status: RESOLVED DOWNSTREAM
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 24.08.3
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-12-03 08:53 UTC by makosol
Modified: 2024-12-13 07:25 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
screenshot (71.26 KB, image/png)
2024-12-03 08:53 UTC, makosol
Details

Note You need to log in before you can comment on or make changes to this bug.
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!