Damned runauto..
Saturday Feb 09, 2008
Let's curse Windows again.
Recently I had my external hard disk connected to someone else's Windows PC, and when it's back, I see several files in the root folder with names like autorun.exe and autorun.inf etc. I've never been afraid of these files since I don't think they should do any harm to my Mac. The only thing I need to do is removing them and inform the PC user that there's something wrong with his/her computer.
Well, this time, it's a little tougher.
There's a file called "runauto.." that can never be removed, it even cannot be viewed. If I click it in Finder, it disappears, but when I open the folder again, it re-appears again. I try to remove it in a console, the system answers there's no such file or folder. Try Disk Utility to repair the disk, the tools says no error.
So I find a PC from my wife and boot it with the Ubuntu CD-ROM. Connect the hard disk and try all the same steps, and the result is pretty the same. It must be an illegal entry. Since it's only a FAT formatted disk, I'm thinking about starting the ancient Norton Utility DISKEDIT tool to manually rewrite the FAT table. Oh, haven't done that for ...err... 15 years? That's thrill.
But how can I boot a DOS 6?
...
Finally it's removed by running "rm runaut~1" in a Mac console. I find this solution from http://www.archivum.info/alt.comp.anti-virus/2007-08/msg00434.html.











Hi,
How did you remove runauto from your Mac? It...
Excellent suggestion - I booted Linux and tried &q...
Thanks a lot! In my Linux, I just have to run...
I had use "rmdir runaut~1 /S" because th...