I have three very large files .hdf5 (each 1.2TB) in my trash that I can't get rid of. Obviously I have tried simply emptying the trash. I have also tried deleting from Terminal with
rm -rf ~/.local/share/Trash/*
I have also tried directly deleting the files from the .Trash-1000/files folder. All of these options have resulted in my computer freezing. The only thing I can do that works then is pressing. Once I restart, they are back in the Trash. Curiously I tried a 'move to' another folder which appears to move the files, but then my computer crashes and when I restart, they are back in the Trash.
alt-SySRq-REISUB
The only added information I can give is that I put these in the Trash by mistake and tried to restore them which crashed my computer.
Any help would be appreciated - I have been on this problem for 24 hours.
split
the file into smaller files and the delete those,split -b 20480 ~/.local/share/Trash/FILE_NAME
– M. Becerra Jan 22 '18 at 12:01split
? Id like to know – M. Becerra Jan 24 '18 at 10:12