Comment 16 for bug 688576

Revision history for this message
In , TrReardon (tr-reardon) wrote :

It appears that this is working properly for _regular_ mounts now, but not for bind mounts. My /etc/fstab:
/dev/sda2 /mnt/disk2 ext4 noatime 0 2
/mnt/disk2/data /media/backup none bind 0 2

Anything deleted from /mnt/disk2 is properly put into a .Trash folder on /mnt/disk2 (or .Trash-1000 if .Trash does not already exist). However, when I delete anything from /media/backup it is wrongly placed into ~/.local/share/Trash

Oddly, sometimes the .Trash-1000 folder structure is created by Dolphin on /media/backup, but then the deleted files themselves are not placed there, but instead into ~/.local/share/Trash

This also applies to NFS4 mounts, since there are always multiple remounts from the main NFS4 mount point.