image memory card in PC

cloudff7

Member
I used mc annihilator to create an image of my memory card and generated two bin and mci files
How do I access the MC folders using a Windows 10 PC to replace the OPL or ulaunchelf update or some app?
 
error open image:
Consulte o final desta mensagem para obter detalhes sobre como chamar a
depuração just-in-time (JIT) em vez desta caixa de diálogo.
Quando a depuração JIT está habilitada, qualquer exceção sem tratamento
será enviada ao depurador JIT registrado no computador,
em vez de ser tratada nesta caixa de diálogo.
 

Attachments

  • error mymc.png
    error mymc.png
    121.1 KB · Views: 59
Is there any tool that makes it easy to edit the files? I would like it to be easy, but I thought that just mounting the image was enough to open all the MC folders.
 
I told you twice already that mymc expecting cards with ECC. And point to a program which will add/remove ECC. Plus explained why the reason you want edit card image is totally pointless. You asking over and over the same questions across different threads, naming them all: doubts. I starting to have doubts in humanity. ;)
 
In one of the threads you started, I linked to AIO Project and point to application for adding or removing ECC from card images.

You cannot write back image with ECC... MCA not supporting ECC, that's why you didn't get ECC dump in the first place. It is needed for mymc and its forks which supporting card images only with ECC.

You can try also Bucanero's tool.
 
ps2vmc tool won't open in my pc open e close cmd, I can't access the app, I use Windows 10 and I also don't know how to delete files from the image and add new files to a specific folder in the image
 
ps2vmc tool won't open in my pc open e close cmd, I can't access the app, I use Windows 10 and I also don't know how to delete files from the image and add new files to a specific folder in the image

it's a cmdline tool apparently. I don't know how user-friendly it is as I've never used it, but that's why it's opening and closing.
 
ps2vmc tool won't open in my pc open e close cmd, I can't access the app,
https://en.wikipedia.org/wiki/Command-line_interface

It is not GUI application. You need to run CMD or PowerShell and invoke it there. So in assumption you downloaded this:
https://github.com/bucanero/ps2vmc-tool/releases/download/v1.1.2/psvmctools-85c34aa4-Win64.zip
You need unpack it and i.e in PowerShell run "ps2vmc-tool.exe" with proper arguments, depend what you want achieve.

I use Windows 10 and I also don't know how to delete files from the image and add new files to a specific folder in the image
https://github.com/bucanero/ps2vmc-tool/blob/main/README.md
Usage:
./ps2vmc-tool <VMC filepath> <command> [<arguments>]

Available commands:
--mc-info, -i
--mc-free, -f
--mc-image, -img <output filepath>
--ecc-image, -ecc <output filepath>
--mc-format
--list, -ls <mc path>
--extract-file, -x <mc filepath> <output filepath>
--inject-file, -in <input filepath> <mc filepath>
--make-directory, -mkdir <mc path>
--remove-directory, -rmdir <mc path>
--remove, -rm <mc filepath>
--file-crosslink, -cl <real mc filepath> <dummy mc filepath>
--psv-import, -pi <PSV filepath>
--psu-import, -pu <PSU filepath>
--psu-export, -px <mc path> <output filepath>
 
I can't really read the error, but I can vaguely see the command (have very bad eyes), but you need to start an exe with ./ . put ./ right before the exe

edit: like this:

upload_2024-11-20_5-44-30.png
 
Last edited:
actually it seems that another developer made a windows GUI for my ps2vmc-tool:
https://github.com/MegaBitmap/PS2-VMC-GUI

  • Run this command or create a shortcut and paste this command as the target.
powershell "irm https://raw.githubusercontent.com/MegaBitmap/PS2-VMC-GUI/master/PS2-VMC-GUI.ps1 | iex"

For offline use, download this repository as a ZIP file.
Extract the ZIP to a folder and then run PS2-VMC-GUI-Offline.ps1 with PowerShell.

I can't say how it works as I never tested (I don't even use windows) but it seems they made a GUI using powershell that uses my ps2vmc tool as backend.

If someone tests, please report results, so I can add some reference or link from my GitHub to this GUI for users that need a UI
 
actually it seems that another developer made a windows GUI for my ps2vmc-tool:
https://github.com/MegaBitmap/PS2-VMC-GUI



I can't say how it works as I never tested (I don't even use windows) but it seems they made a GUI using powershell that uses my ps2vmc tool as backend.

If someone tests, please report results, so I can add some reference or link from my GitHub to this GUI for users that need a UI
I didn't test it beyond seeing if it loaded. I'm sure it works okay, but that might be something "cloud" needs to try:

upload_2024-11-20_6-26-37.png
 
I managed to open the image but I don't know how to enter the folders to delete or add elf files.
 

Attachments

  • mc ps2.png
    mc ps2.png
    32.3 KB · Views: 75

Similar threads

Back
Top