Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save bmaupin/ccfa4e9998490aa02ffc92499feec7cc to your computer and use it in GitHub Desktop.
Save bmaupin/ccfa4e9998490aa02ffc92499feec7cc to your computer and use it in GitHub Desktop.
extundelete "no such file or directory while creating directory"

This error may occur when using extundelete with -o:

extundelete: No such file or directory while creating directory

The problem is that -o expects a relative path to the current directory (not an absolute path). Either use -o with a relative path or remove -o.

Source: https://www.itread01.com/p/158985.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment