Hello, I can’t move files to the trash, but only permanently delete. These files are in a partition mounted at /mnt/home/Docs. Anyway, I can move files from home to the trash. Using 18.04.
:~$ lsblk -o name,fstype,size,label,mountpoint
NAME FSTYPE SIZE LABEL MOUNTPOINT
sda 111,8G
├─sda1 ext4 12,7G /
sdb 298,1G
├─sdb5 ext4 239,3G Docs /mnt/home/Docs
:~$ cat /etc/fstab
UUID=ee2f4425-cb03-4ffe-a80f-3cfb5ef81775 / ext4 errors=remount-ro 0 1
/swapfile none swap sw 0 0
/dev/disk/by-uuid/5decb896-c2c9-4343-9d6a-fa140cd7198e /mnt/home/Docs auto nosuid,nodev,nofail 0 0
How to do to allow files from Docs partition to be allowed to be moved to the trash?