You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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?
The text was updated successfully, but these errors were encountered:
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 anInvalid argument: /path/leveldb: does not exist
error, as shown below: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?
The text was updated successfully, but these errors were encountered: