[Bug 195216]
David Faure
faure at kde.org
Mon Aug 20 19:02:54 UTC 2012
Git commit 51c00963ce4d27b016cf11f71a96dea7a9da02af by David Faure.
Committed on 20/08/2012 at 20:51.
Pushed by dfaure into branch 'KDE/4.9'.
NTFS doesn't support chmod, so ignore chmod errors when copying files.
FUSE doesn't make it easy to detect NTFS mounts, though...
In this code we have to hardcode "fuseblk" and hope that more recent versions
of FUSE indeed show "fuseblk.ntfs-3g" instead, as a bug report suggested.
But even worse: I want to replace this code with KFileSystemType which
uses statvfs(), which is much faster and less code, but on linux that method
returns the same number (FUSE_SUPER_MAGIC, 0x65735546) for all fuse filesystems :(
Also add SMB/CIFS mounts to the list of filsystems "made by microsoft and therefore
doesn't support chown, chmod, utime, nor proper symlinks".
FIXED-IN: 4.9.1
M +6 -1 kdecore/io/kmountpoint.cpp
http://commits.kde.org/kdelibs/51c00963ce4d27b016cf11f71a96dea7a9da02af
--
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdebase in Ubuntu.
https://bugs.launchpad.net/bugs/195216
Title:
Permission troubles copying files to NTFS
To manage notifications about this bug go to:
https://bugs.launchpad.net/kde-baseapps/+bug/195216/+subscriptions
More information about the kubuntu-bugs
mailing list