I have a NVIDIA Shield Tablet K1 running Android 7.0 and SHIELD tablet software version 5.2(24.29.404.153).
My relatively new SD Card has a file which has been corrupted although I'm not sure exactly how this one file was corrupted when everything else seems fine.
If I access the folder through Windows I can delete the file but it does not actually delete on the tablet. If I browse to the folder through the Android file explorer there is nothing in the folder and deleting the folder fails.
I've tried installing SD maid & ES File Explorer and both apps were unable to delete the file or the folder.
I was able to rename the folder through ADB Shell but if I try to delete it or try and list the file it throws the following errors
shieldtablet:/storage/sdcard/BrokenFolder $ ls
ls: ./Noisecontrollers - Pillars Of Creation (Full) [HD].mp3ß▒Ѻíü: No such file or directory
shieldtablet:/storage/sdcard $ rm -rf ./BrokenFolder
rm: ./BrokenFolder/Noisecontrollers - Pillars Of Creation (Full) [HD].mp3ß▒Ѻíü: No such file or directory
rm: ./BrokenFolder: Directory not empty
Is there anything else I can try to delete this file short of formatting the hard drive, its a 128gb SD card that is almost full and transferring 128gb over USB 2 is quite slow. It is not rooted and i'd rather not root it if not necessary
rm -rf ./BrokenFolder
? – Grimoire Oct 23 '17 at 14:03"No such file or directory"
– Supersahen Oct 25 '17 at 05:53