I have an ext4 partition containing my data files like music, video, etc. When I delete files from this partition, they are moved to:
~/.local/share/Trash/files/.
Since this is on my home partition, the files I delete are moved from one partition to the other. This is a very slow operation. For larger files, it takes several seconds (>10) to move a file to the trash bin.
I tried making a .Trash-1000 folder in my ext4 data partition but that didn’t help. When I right click on the trash applet, to change settings of the trashcan, I do not have separate options for my home partition and my ext4 data partition.
Can somebody help me out in solving this problem? This is my fstab if that may help:
suskewiet wrote:
>
> I have an ext4 partition containing my data files like music, video,
> etc. When I delete files from this partition, they are moved to:
>
>
> Code:
> --------------------
> ~/.local/share/Trash/files/.
> --------------------
I wrote some notes some time ago about emptying trash:
On 2011-12-14 11:16, lenwolf wrote:
>
> Hi,
>
> AFAIK, there is only one trash bin (folder) per user, and you can’t
> configure it to use another folder in addition to the one in your /home
> dir.
That’s bad programming. It should be reported as bug, files should be
trashed in the same filesystem, not on another.
–
Cheers / Saludos,
Carlos E. R.
(from 11.4 x86_64 “Celadon” at Telcontar)
I’m sure it is possible to trash on a second data partition since it works fine on another pc also running opensuse 12.1. I do not have a clue though why it doesn’t work on this machine…