https://bugs.kde.org/show_bug.cgi?id=357930
--- Comment #5 from Daniel Bull <k...@neonhorizon.co.uk> --- OK I've been doing some tests and have some additional information.... It ONLY happens when I use afuse not when I use SSHFS directly. For example; if I mount using the sshfs command: sshfs user@server:/ ~/sshfs/user@server/ dolphin ~/sshfs/user@server/ Then Dolphin reports the disk space in the status bar and copy works However if I mount with afuse, for example using: afuse -o mount_template="sshfs %r:/ %m" -o unmount_template="fusermount -u -z %m" ~/sshfs/ dolphin ~/sshfs/user@server/ Then Dolphin states "Unknown size" in the status bar and wont copy. In both situations command line copies work fine. I'm guessing that the fact this problem occurs in gvfs and afuse is related somehow since they are both automounters? -- You are receiving this mail because: You are watching all bug changes.