-
-
Notifications
You must be signed in to change notification settings - Fork 282
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To add file access/transfer between xbox HDD cow2 image file and host file system #342
Comments
I was wrong. xemu doesn't has the code handling FATX. the FATX is handled by the bios. 1st, use a RAW hdd image file instead of a qcow2 image file. you could conver qcow2 to RAW using qemu-img consider this issue closed |
Eventually, it would be ideal if directly editing the disc contents whether through a utility, the UI, or via mounting the disk in the host OS was possible. Granted, since this emulator is based on QEMU some of these tools exist in some capacity and adding new ones would feel a little redundant and result in tools are are somewhat just QEMU tools rather than XEMU tools, but I think it's still worth it for the massive leap in convivence over the above solution. Anything that is more direct and doesn't require external software. Of course this is low priority and more of a 1.0 kind of thing. |
I'd say use bridged networking and ftp |
qemu-img convert -f raw -O raw xbox_hdd.qcow2 xbox_hdd.img does not open in FATXplorer. Am I doing this command wrong? Edit: qemu-img convert -f qcow2 -O raw xbox_hdd.qcow2 xbox_hdd.img |
Feature Request
XEMU has the code to access FATX inside qcow2 file of xbox_HDD disk image, and the host side files.
it would be much easier for the users to access/transfer files directly from/between xbox_HDD_cow2 image file and host file system. please do consider adding the feature.
this feature could be added as a function of xemu, or a side tool as fatx_qcow2_explorer.
Alternatives
currently the user has to use ftp inside xemu to transfer files with host. that's way too messy.
The text was updated successfully, but these errors were encountered: