I can't delete a directory
-
Hi! I don't know how it could have happened, but now I have a directory in "roms" that I can't delete, it gives me this error message:
rm -r dos
rm: can't stat 'dos / tiefight': Bad message
rm: can't state 'dos / thmpark / DATA / WINGAME.DAT': Bad message
...
rm: can't remove 'dos / legendof': Directory not empty
rm: can't remove 'dos': Directory not emptyHow do I solve the problem?
-
@shift74 try with
rm -rf dos
-
@paradadf Unfortunately I tried, but it doesn't work