How I can delete this file? I think it is a corrupt file in a VFAT file system.
????????? ? ? ? ? ? 100.jpg
|
How I can delete this file? I think it is a corrupt file in a VFAT file system.
|
||||
|
|
One possibility is to find out the
Since the inode is most likely unique to the file (assuming no hardlinks), this will allow you to delete without the risks inherent with wildcards. The |
||||
|
|
|
I'd recommend a slightly more defensive version of cHao's suggestion:
The It's possible, by the way, that there are invisible characters inside the string "100.jpg". If the above gives you an error message like " |
|||
|
|
|
You might try
The ?'s are either literal question marks or characters that don't make sense. Either way, the OS itself (and the shell) can usually remove the file, if the filesystem isn't hosed. If the filesystem is messed up, though, deleting stuff may make it worse. I'd recommend you boot into Windows to scan the drive, and delete the file there if you can. |
|||
|
|
|
You can try this:
|
|||
|
|
|
If you want to delete every corrupt files, you can do this:
Above |
|||
|
|