[kio-extras] [Bug 451408] File preview on some locally-mounted drives (NTFS, NFS, SMB) inappropriately use remote preview settings
Méven Car
bugzilla_noreply at kde.org
Sun Apr 24 08:18:01 BST 2022
https://bugs.kde.org/show_bug.cgi?id=451408
--- Comment #14 from Méven Car <meven29 at gmail.com> ---
(In reply to NaitLee from comment #13)
> This happened to me too, after a full upgrade 2 hours ago.
>
> My NTFS partition is really local, on the same drive as OS/user (btrfs)
> partition.
> But needs rising "remote" limit (in Dolphin) to get previewing in NTFS to
> work.
>
> I'm wondering if it could just grep `mount` output and see what's the mount
> point?
> Something like `/dev/sda2` or `/dev/nvme0n1p2` is enough to assume it's
> local.
> (maybe not really enough. but of course fallback methods could be used)
>
if your system has a mount like:
/dev/sda2 on /mnt/my-ntfs-mount type fuseblk
(rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
That's expected, that's the bug, the workaround is to use ntfs-3g mount method
instead of fuse which is probably the default one on your system.
Technical details in https://bugs.kde.org/show_bug.cgi?id=451408#c10
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the kfm-devel
mailing list