Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

8
  • 1
    Run fsck. Does that get rid of the problem? Commented Aug 25, 2017 at 9:37
  • @HaukeLaging He can't run fsck without root access. Commented Aug 25, 2017 at 9:38
  • Try to copy files/directories from parent directory to other directory and remove entire parent directory with rm -rf Commented Aug 25, 2017 at 9:39
  • 2
    Possible duplicate of How can I delete a file with no name Commented Aug 25, 2017 at 9:55
  • 2
    This is on a network (SMB probably) share. So either the exported directory is corrupt and it should be fixed on the server side (the one that shares the directory) or your local SMB driver (the one that mounts it) has a bug and it should be updated. Commented Aug 25, 2017 at 10:30