This repository provides the necessary files and a ready-to-use Docker image to convert Proxmox VMA backup files to raw disk images. These raw images can then be accessed or mounted with Windows software.
- Docker Desktop installed on your machine.
- DiskInternals Linux Reader for mounting raw disk images on Windows.
-
Clone the repository:
git clone https://github.com/bugfishtm/proxmox-vma2raw.git cd proxmox-vma2raw
-
Run the
create.bat
script to build and run the Docker container:./create.bat
-
Place your
.vma
files in thefiles
folder within the cloned repository. -
Access the interactive shell of the running Docker container in bash mode:
docker exec -it proxmox-vma2raw /bin/bash
-
Navigate to the
/opt/files
directory:cd /opt/files
-
Extract the
.vma
file to a raw disk image:vma extract ./sourcefile.vma ./extractdir
- Ensure
./extractdir
does not exist before running the command.
- Ensure
-
The raw disk image will be available in the
./extractdir
directory.
-
Transfer the raw disk image to your Windows machine.
-
Use DiskInternals Linux Reader to mount and access the raw disk image.
For a detailed walkthrough, check out the YouTube video tutorial explaining how to set up and use the Proxmox-VMA2RAW Docker container.
Feel free to submit issues or pull requests to improve this project. All contributions are welcome!
This project is licensed under the MIT License. See the LICENSE.md file for details...