Is it possible to create an image from a memory card?

Discuss the development of software, tools, libraries and anything else that helps make ps2dev happen.

Moderators: cheriff, Herben

Post Reply
User avatar
ifcaro
Posts: 23
Joined: Sun Oct 19, 2008 4:11 am

Is it possible to create an image from a memory card?

Post by ifcaro »

Is it possible to read at a low level the information of the memory card's filesystem and save it in a file?

thanks in advance
cosmito
Posts: 307
Joined: Sun Mar 04, 2007 4:26 am
Location: Portugal
Contact:

Post by cosmito »

Yes sure. The HdProjectX does that, since it allows to backup and restore memory card images. I could not find the sources by myself from a quick search but have a go for yourself.
jimmikaelkael
Posts: 10
Joined: Sat Mar 01, 2008 5:21 am

Post by jimmikaelkael »

I wrote myself the McFlash module used in HdProject.

Now official HdProject v1.08 have McFlash integrated, just check the sources.

The source you're searching are those from McDump and McFlash modules, but It's not really low-level access.
User avatar
ifcaro
Posts: 23
Joined: Sun Oct 19, 2008 4:11 am

Post by ifcaro »

I found the source code of HdProject but I tried to use the module mcdump without success :(

Really what I want is to create an image like those used by the emulator pcsx2.
Post Reply