Skip to content
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

Plyvel cannot open leveldb folder #123

Closed
sursu opened this issue Mar 2, 2021 · 1 comment
Closed

Plyvel cannot open leveldb folder #123

sursu opened this issue Mar 2, 2021 · 1 comment
Labels

Comments

@sursu
Copy link

sursu commented Mar 2, 2021

I am trying to recover some data from erased google-chrome files on Ubuntu.

I have copied the recovered files (using TestDisk) to an external drive and tried to access the leveldb folder, but that results in an Invalid argument: /path/leveldb: does not exist error, as shown below:

image

I first list the contents of the folder using the %ls /path/ command. This shows that the folder can be read. But, somehow plyvel does not identify it.

I have copied the existing leveldb folder (newly created after reinstalling Chrome) to another drive and managed to access this folder. So the command I'm using appears to be correct.

What could be the issue?

@wbolster
Copy link
Owner

wbolster commented Mar 2, 2021

🤔 try a linux filesystem eg ext4 or ramdisk. practically, just copy into /tmp and try again.

(this is not plyvel specific, the error comes from leveldb itself)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants