无法删除外部驱动器上的 .Trash(Ubuntu 16.04)

无法删除外部驱动器上的 .Trash(Ubuntu 16.04)

我无法从.Trash/外部硬盘上的文件夹中删除文件。文件系统为NTFS。文件未被任何进程使用,因此可能未被锁定。

Empty Trash垃圾桶图标上的菜单项将打开一个空的文件管理器,无休止地加载文件列表。

当使用 sudo 启动 nautilus 时,它会显示:

This location could not be displayed. 
Sorry, could not display all the contents of "Trash:///": Operation not supported

sudo rm -rf /path/to/.Trash-1000/*结果是

cannot access '.Trash-1000/expunged/2836763541/timing': Input/output error
rm: cannot remove '.Trash-1000/expunged/2358660437': Directory not empty
...

我该怎么做才能清空.Trash/外部驱动器上的文件夹?

相关内容