-
Notifications
You must be signed in to change notification settings - 8000 Fork 162
[error] Crashed: This is not a valid block. #470
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
When debugging the Cryfs source code, it is found that the content in the first data block is empty. |
Excuse me, is there any way to restore data in this situation? |
@smessmer Can you answer me? I will thanks you very much。 |
This sounds like your file system got corrupted. Sorry to hear this happened to you. 0.9 is a pretty old version. Depending on what kind of block it is, you might be able to still access the rest of the filesystem. If it is a directory block, then that directory and subdirectories will be inaccessible. I'm working on a tool to recover at least some of the data from corrupted file systems, but it isn't ready yet. It is written in Rust and will likely be released with the 2.x Rust rewrite of CryFS. |
Expected Behavior
Successfully mount
Actual Behavior
Failed mount.
Note: The script content is to execute the cryfs mount command:
cryfs base/ mount/
Steps to Reproduce the Problem
Specifications
There are more than 6g files in it, can I find it back?
The text was updated successfully, but these errors were encountered: