Unable to recover from CRC failiure
David Woodhouse
dwmw2 at infradead.org
Wed Mar 27 07:29:51 EST 2002
joakim.tjernlund at lumentis.se said:
> I don't have perl on this system. It's an emmbedded system. Is there
> another way? Why can I not just do a rm?
rm (even rm -f) insists on doing a stat() on the inode it's trying to
unlink, and doesn't bother to do what you asked it to if that stat() fails.
A one-line C program which just does the unlink() should work.
--
dwmw2
More information about the linux-mtd
mailing list