I have a file in Windows XP left over after deleting Google Chrome. Its location is
C:\Documents and Settings\Admin\Local Settings\Application Data\Google\Chrome\User Data\Default\old_Cache_000
The file name has 4 and 3 square boxes after that and also the file changes to weird names after trying to delete in Windows. The file size is 0 bytes. I have tried every software available by using Google and different solutions but nothing worked.
So I installed CentOS 6 in Virtualbox and used shared folders to access the Windows folders in CentOS. I have previously used Ubuntu but there were other problems, so, I switched to CentOS.
Now the location of file is media/sf_Documents and Settings/Admin/Local Settings/Application Data/Google/Chrome/User Data/Default/old_Cache_000.
I am unable to delete the old_Cache_000 directory because it shows the directory is not empty. The result of ls -laR gives,
[root@localhost old_Cache_000]# ls -laR
.:
ls: cannot access 4═: No such file or directory
total 0
drwxrwx---. 1 root vboxsf 0 Jun 16 2012 .
drwxrwx---. 1 root vboxsf 0 Jun 7 2012 ..
??????????? ? ? ? ? ? 4?═?
The last line above shows the non-deletable file.
How to delete that file or its parent directory?
fsck.vfat(is this avfatfilesystem)? Make sure you image the volume before trying to run this, if it's a drive you care about, though (e.g.cat /dev/hdX > driveimage.img).rm -vR /media/sf_Documents and Settings/Admin/Local Settings/Application Data/Google/Chrome/User Data/Default/old_Cache_000?