我在 Windows XP 中有一个未删除的文件。这是删除 Google Chrome 后剩下的文件,存在于中C:\Documents and Settings\Admin\Local Settings\Application Data\Google\Chrome\User Data\Default\old_Cache_000
。
文件名后面是 4 和 3 个方框,而且在 Windows 中尝试删除后,文件会更改为奇怪的名称。文件大小为 0 字节。
我尝试了所有可用的软件,使用谷歌和不同的解决方案,但都不起作用。
因此,我在 VMware Player 中安装了 Ubuntu 12.04,并使用共享文件夹访问 Ubuntu 中的 Windows 文件夹。
现在文件的位置是mnt/hgfs/Documents and Settings/Admin/Local Settings/Application Data/Google/Chrome/User Data/Default/old_Cache_000
。
我无法删除 old_Cache_000 目录,因为它显示目录不为空,但使用 ls -la,目录中除了 . 和 .. 文件外没有显示任何内容。如何删除该文件或其父目录?
答案1
请尝试按照以下步骤操作。
$ sudo apt-get install ntfs-3g ntfsprogs
请使用“ ntfsck
”命令修复 ntfs 文件系统的问题。重新启动或重新挂载文件系统后,请使用以下命令。
$ sudo rm -rf "mnt/hgfs/Documents and Settings/Admin/Local Settings/Application Data/Google/Chrome/User Data/Default/old_Cache_000"
答案2
欢迎!
您是否尝试过这个命令:
$ sudo rm -rf /hgfs/Documents and Settings/Admin/Local Settings/Application Data/Google/Chrome/User Data/Default