iheartcoffee wrote: ↑Sun Dec 20, 2020 5:52 pm
Hi everyone,
I was wondering if there was a way to mount a USB drive for MacOS 9 on QEMU? I'm doing this since I want to transfer files between my PC and QEMU. If there is another way to transfer files between the host, then please let me know.
Thanks for taking the time to read this.
Cheers
What's your host operating system? What is the virtual Mac you're emulating in QEMU-PPC?
You should be able to mount the drive by presenting it as a USB device when using a USB-capable virtual Mac in QEMU.
However, I've never tried that; instead, I just mount the QEMU drive image under macOS. Not sure how you'd do this under Windows/Linux.
Of course, you could always (on Linux) run dd on the USB drive on the host, and mount the resulting image in QEMU. Or, follow the instructions on the wiki to get both devices on the network at the same time, and do filesharing via FTP, NFS or SMB (via DAVE).