| Summary: | Cannot copy file to empty dir on NTFS/HFS with paragon's ufsd driver | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] frameworks-kio | Reporter: | Fab Stz <fabstz-it> |
| Component: | general | Assignee: | David Faure <faure> |
| Status: | RESOLVED DOWNSTREAM | ||
| Severity: | normal | CC: | elvis.angelaccio, kdelibs-bugs-null, nate |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Fab Stz
2019-06-15 08:37:22 UTC
Either a KIO bug or a bug in the driver itself. Moving this to KIO for now. Can you also file a bug with the developers of the driver? Thanks! (In reply to Nate Graham from comment #1) > Can you also file a bug with the developers of the driver? Thanks! Ok, I did that in my personal account @ Paragon Software (Ticket ID: 267813) Thanks! Can you post a link to it? (In reply to Nate Graham from comment #3) > Thanks! Can you post a link to it? Well, that's in my personal account. When trying to reach the URL I have to log first into my personal account before anything gets displayed... It's basically the same as here except I added that it happens with version 9.5 & 9.6.7 of the driver. Moreover, I'm not sure I will get any answer since I use the free version which is without support. ( https://www.paragon-software.com/home/ntfs-linux-professional/#comparison ) I can also add that this happens with ufsd for both HFS+ and NTFS filesystems Please find below the answer I got from Paragon We have investigated the issue, and found that it is caused by the fact that UFSD by default do not return "." and ".." entries for the directory, which causes total entry count to be 0, while Dolphin allows to copy into the directory only if it contains at least 1 entry. You can fix this on your side like this: In the directory with UFSD sources, locate "drv_config.h" file, edit it, and add the following line: #define DEFAULT_MOUNT_OPTIONS "showdots" Then rebuild/reinstall the driver. Interesting, thanks. Given that this problem is both caused by the Paragon driver, and resolved by compiling it in a different way, I'm marking it as RESOLVED DOWNSTREAM because there's nothing for us to do. Perhaps you could ask the Paragon folks to ship the sources with that flag enabled by default. |