Quote:
Ok, thank you for your answer. In fact, I just want to recover an old ide ssd drive with only one nand chip (1GB). I already have the hardware for the nand reader, so why not try? If I can't do anything, I will buy another ssd drive, with unknown software already installed.
That's interesting, and old IDE SSD... Exactly, why not try? If you have time for a bit of playing, how about show the model/type and some pics of the SSD drive? Is the SSD for some type of embedded system?
Maybe we can walk you through the process and help you recover it. I think you could dump this with not much more effort than what you have already done.
Quote:
If I can't do anything, I will buy another ssd drive, with unknown software already installed.
I am confused about this bit, can you elaborate on the unknown software bit.. why would it be unknown?
Start by installing python package that suits your system from
https://www.python.org/ then the prerequisites of
http://libusbx.org/ and
https://github.com/eblot/pyftdi.
try and figure out how to install the packages on your own because this process really helps to get you familiar with how all this works. If you have trouble, post your issues, as these types of things are tricky sometimes for a variety of reason.. even for people that do this type of thing all the time. But often it is surprisingly easy.
after you have dumped the chip, a look in a hex editor will help to see what comes next.
What files/filesystem or filetypes are you expecting? is it a system or individual files you need off it?
good luck!