Thanks. That's the right answer.
Search found 2 matches
- 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
- 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 ...
```
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 ...