notAperson535 / OneClick-macOS-Simple-KVM

Tools to set up a easy, quick macOS VM in QEMU, accelerated by KVM. Works on Linux AND Windows.
https://notAperson535.github.io/OneClick-macOS-Simple-KVM
MIT License
606 stars 51 forks source link

Feature Request: Option to access the computer's root folder from the VM. #71

Open itayalush opened 1 year ago

itayalush commented 1 year ago

@notAperson535, Hi, I wanna copy a large file that takes forever to download (Especially on a VM) and I have the file on my PC so please add an option to access the computer's root folder from the VM.

manuth commented 1 year ago

Hi @itayalush I used this solution for editing the Open Core config.plist from outside the vm. Maybe this helps your desire as well:

https://gist.github.com/shamil/62935d9b456a6f9877b5

Try to mount your macOSes qcow2 disk image using this guide - if your system supports the Apple File System, you can simply copy/paste the file to the mounted folder.

manuth commented 1 year ago

That said - you can only do that while your VM is not running, I guess