I have several directories in an ext4 filesystem that I can't delete. When I run rm -rf
on the directories ps aux | grep rm
shows a status of D for the process. I have tried allowing it to run for several days.
The same directories have the same issue with ls
. I have tried to mv
and to rsync
the directories to a different block device - these commands have the same issue. I can mv
directories within the same block device.
Possibly pertinent - the drive did fill up. I was able to delete enough other directories to get the total used space down to 85%.
What can I try?