https://bugs.kde.org/show_bug.cgi?id=364039

GuHua <renyune...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |renyune...@gmail.com

--- Comment #50 from GuHua <renyune...@gmail.com> ---
A minimal reproducing step on my machine:

1. Create these files (and directories) somewhere under my HOME (which is a
BTRFS subvol) (with ANY filename):
    mkdir -p a/b && touch a/b/file_b
2. (in dolphin) Cut and paste the directory "a" to /mnt (a NTFS removable
drive)

These steps reproduce the problem: all files are in the destination, but the
error is shown. At the same time, "a" and "a/b" are left in the source
location, but "a/b/file_b" is not (i.e. already "moved").

A slight different example produces the error too, but the behavior (result) is
different:
1. mkdir -p a/b && touch a/b/file_b && touch a/file_a
2. Cut and paste

"a/file_a" and "a/b" (empty directory) will be in the destination "a"
directory, but "file_b" won't. "a", "a/b" and "a/b/file_b" will be located in
the source location while "a/file_a" is moved already.

Under my tests, the error happens only when I "move" (cut-paste) file from my
HOME (I didn't test other directories on my internal disk, e.g. /etc) to the
NTFS drive (/mnt, in my case). Moving internally on both devices works fine,
and moving from NTFS to my HOME also works fine.

Plus, I don't have any umasks in the fstab configuration. The relevant output
of `mount` command is:
/dev/sdb1 on /mnt type fuseblk
(rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096)

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to