Search found 2 matches

by dhfbv
24 Dec 2021, 05:37
Forum: File recovery
Topic: Input/Output error when I read decrypted *.eCryptfs file
Replies: 2
Views: 5885

Re: Input/Output error when I read decrypted *.eCryptfs file

recuperation wrote: 22 Dec 2021, 21:04 The recovery failed, your files are partly broken.
Thanks. That's the right answer.
by dhfbv
22 Dec 2021, 18:49
Forum: File recovery
Topic: Input/Output error when I read decrypted *.eCryptfs file
Replies: 2
Views: 5885

Input/Output error when I read decrypted *.eCryptfs file

I used photorec and got three .eCryptfs file.

```
mkdir crypted decrypted
mv *.eCryptfs crypted
ecryptfs-recover-private crypted
```
Showed:
INFO: Success! Private data mounted at [/tmp/ecryptfs.aNvzhSaQ].

```
cd /tmp/ecryptfs.aNvzhSaQ
cat xxxxx.eCryptfs
```
Showed:
Input/Output error.

```python ...