foxlet / macOS-Simple-KVM

Tools to set up a quick macOS VM in QEMU, accelerated by KVM.
13.58k stars 1.14k forks source link

install to another disk / partition #292

Closed PublicNFT closed 4 years ago

PublicNFT commented 4 years ago

Hello people, I currently use Manjaro Linux with a 100GB SSD primary disk, I only have 20GB of free space. However I have a secondary disk of 1TB I would like to know how I do so that my installation is on the secondary disk! Is there such a possibility since the total installation of OX is over 60GB?

amaralbc commented 4 years ago

Also, is it possible to install it in the hard drive itself rather than in an emulated disk? I imagine performance would be much better

PublicNFT commented 4 years ago

Yes it is possible, I just added the full path to the album, everything is going well so far! qemu-img create -f qcow2 /run/media/droid/DataGlobal/macox/Disco-osX.qcow2 70G

Formatting '/run/media/droid/DataGlobal/macox/Disco-osX.qcow2', fmt=qcow2 size=75161927680 cluster_size=65536 lazy_refcounts=off refcount_bits=16 [android macox]# ls -lhat total 208K -rw-r--r-- 1 root root 194K ago 6 06:50 Disco-osX.qcow2 drwxr-xr-x 3 root root 4,0K ago 6 06:50 . drwxr-xr-x 7 root root 4,0K ago 6 06:48 macOS-Simple-KVM drwxr-xr-x 9 root root 4,0K ago 6 05:18 ..

bvmy commented 3 years ago

Yes it is possible, I just added the full path to the album, everything is going well so far! qemu-img create -f qcow2 /run/media/droid/DataGlobal/macox/Disco-osX.qcow2 70G

Formatting '/run/media/droid/DataGlobal/macox/Disco-osX.qcow2', fmt=qcow2 size=75161927680 cluster_size=65536 lazy_refcounts=off refcount_bits=16 [android macox]# ls -lhat total 208K -rw-r--r-- 1 root root 194K ago 6 06:50 Disco-osX.qcow2 drwxr-xr-x 3 root root 4,0K ago 6 06:50 . drwxr-xr-x 7 root root 4,0K ago 6 06:48 macOS-Simple-KVM drwxr-xr-x 9 root root 4,0K ago 6 05:18 ..

@CubeBank how to add the full path to the album, where is the album? Thanks